diff options
author | powtrix <powtrix@gmail.com> | 2014-07-16 21:48:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-16 21:48:46 +0700 |
commit | 8e7b521bcba7b8c714289189204bcb4a11a2baad (patch) | |
tree | f00aac3621aae0b7e90ac79c5f144993d7cb67ec /games/speed-dreams/speed-dreams.SlackBuild | |
parent | fe80e1523611299d553314881b413e2639dc1d49 (diff) |
games/speed-dreams: Updated for version 2.1.0_r5799.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/speed-dreams/speed-dreams.SlackBuild')
-rw-r--r-- | games/speed-dreams/speed-dreams.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/speed-dreams/speed-dreams.SlackBuild b/games/speed-dreams/speed-dreams.SlackBuild index 8be6584aa9e8..d7c5462a9623 100644 --- a/games/speed-dreams/speed-dreams.SlackBuild +++ b/games/speed-dreams/speed-dreams.SlackBuild @@ -4,8 +4,8 @@ # written by powtrix (@gmail.com) PRGNAM=speed-dreams -VERSION=2.0.0_r4687 -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.0_r5799} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCVERSION=$(echo $VERSION | tr _ -) @@ -56,7 +56,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir build cd build @@ -87,8 +87,7 @@ mkdir -p $PKG/usr/share/applications cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv \ -$PKG/usr/share/games/speed-dreams-2/{CHANGES,COPYING,INSTALL,README,TODO}.txt \ +mv $PKG/usr/share/games/speed-dreams-2/{CHANGES,COPYING,INSTALL,README}.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |