diff options
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 |