diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-02-04 00:33:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-05 22:40:18 -0600 |
commit | dae601189d5318d5612d79916a8dc8e1be2dc72c (patch) | |
tree | ce285abcf30baf9e8e09b7099cae2d38a6aeffd4 /desktop/razorqt/razorqt.SlackBuild | |
parent | 198574609472e43800591f6440e71ba7e63c9e47 (diff) | |
download | slackbuilds-dae601189d5318d5612d79916a8dc8e1be2dc72c.tar.gz |
desktop/razorqt: Updated for version 0.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/razorqt/razorqt.SlackBuild')
-rw-r--r-- | desktop/razorqt/razorqt.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/razorqt/razorqt.SlackBuild b/desktop/razorqt/razorqt.SlackBuild index 7bf7d86dfb..1ccf04dd0d 100644 --- a/desktop/razorqt/razorqt.SlackBuild +++ b/desktop/razorqt/razorqt.SlackBuild @@ -29,7 +29,7 @@ # Same for me (the only difference is that I use lxde ;p ) --ponce PRGNAM=razorqt -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -112,9 +112,9 @@ for i in desktop razor session windowmanagers razor-panel/panel; do done # Add missing section entry in razor.conf, to avoid complains # from razor-confupdate python script... -sed -i '/^theme/i [General]' $PKG/$RCONFDIR/razor/razor.conf.new +sed -i '/^theme/i [General]' $PKG/$RCONFDIR/razor/razor.conf.new || exit 1 # ...beside the fact that it looks in the wrong path... -sed -i "s|\.razor|.config/razor|" $PKG/usr/share/razor/razor-confupdate/* +sed -i "s|\.razor|.config/razor|" $PKG/usr/share/razor/razor-confupdate/* || exit 1 # There's a small issue: seems like default configs are not created when # you launch razor the first time: copy them from their global dir if |