diff options
author | titopoquito <titopoquito@gmail.com> | 2011-02-06 12:24:08 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 12:24:08 -0600 |
commit | 41db961ec521389deff769edef80da7504e26976 (patch) | |
tree | f2c0b684516fac10e57b41a0a8dbd1d5ab59a2c9 /system/luckybackup/luckybackup.SlackBuild | |
parent | a677e558d418712920fdef27fdabd4c66171448f (diff) | |
download | slackbuilds-41db961ec521389deff769edef80da7504e26976.tar.gz |
system/luckybackup: Updated for version 0.4.4.
This commit also corrects the previously hardcoded location
of the manual in various source files.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/luckybackup/luckybackup.SlackBuild')
-rw-r--r-- | system/luckybackup/luckybackup.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/luckybackup/luckybackup.SlackBuild b/system/luckybackup/luckybackup.SlackBuild index 005ba59093..42b96c65d3 100644 --- a/system/luckybackup/luckybackup.SlackBuild +++ b/system/luckybackup/luckybackup.SlackBuild @@ -22,7 +22,7 @@ # SUCH DAMAGE. PRGNAM=luckybackup -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,7 @@ find . \ # folders hardwired. Let's change them to the Slackware defaults: patch -p0 < $CWD/luckybackup.pro.patch sed -i "s/PROGVERSION/$VERSION/" ./luckybackup.pro +sed -i "s,/usr/share/doc/luckybackup/manual,/usr/doc/luckybackup-$VERSION/manual,g" src/global.h src/helpBrowser.cpp qmake luckybackup.pro \ QMAKE_CFLAGS="$SLKCFLAGS" \ |