diff options
author | Dugan Chen <thedoogster@gmail.com> | 2014-03-24 13:44:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-24 13:44:56 +0700 |
commit | 4d04310d8d9932c64d02ba70ba1302ca9d26b228 (patch) | |
tree | 2a05fd9b895c625bdc08b927ca78cf6b1947b1ce /games/nestopia/nestopia.SlackBuild | |
parent | eaab8286169b24f850898931b558e6e2222325b5 (diff) | |
download | slackbuilds-4d04310d8d9932c64d02ba70ba1302ca9d26b228.tar.gz |
games/nestopia: Updated for version 1.45.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nestopia/nestopia.SlackBuild')
-rw-r--r-- | games/nestopia/nestopia.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild index 6a9649869e..b341ab4154 100644 --- a/games/nestopia/nestopia.SlackBuild +++ b/games/nestopia/nestopia.SlackBuild @@ -5,7 +5,7 @@ # Written by Dugan Chen (thedoogster@gmail.com) PRGNAM=nestopia -VERSION=${VERSION:-1.44} +VERSION=${VERSION:-1.45} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,7 +46,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.t?z* cd $PRGNAM-$VERSION -#chown -R root:root . +chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ |