diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 18:58:14 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 18:58:14 +0000 |
commit | 3db2fcb85d454fc141e55d8feba92e7740203526 (patch) | |
tree | 180c18b5077f0035ccd87f1b7283e7c1c68d025f /games | |
parent | 30f729574f2b8f0c5cdec35583dedfbd146638ef (diff) | |
download | slackbuilds-3db2fcb85d454fc141e55d8feba92e7740203526.tar.gz slackbuilds-3db2fcb85d454fc141e55d8feba92e7740203526.tar.bz2 |
0verkill: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1115 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'games')
-rwxr-xr-x | games/0verkill/0verkill.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/0verkill/0verkill.SlackBuild b/games/0verkill/0verkill.SlackBuild index c3bd5463..227ac44a 100755 --- a/games/0verkill/0verkill.SlackBuild +++ b/games/0verkill/0verkill.SlackBuild @@ -80,7 +80,7 @@ cp -r data $TMP/package-$PACKAGE/opt/0verkill cp -r grx $TMP/package-$PACKAGE/opt/0verkill chown -R root.root $TMP/package-$PACKAGE/opt/0verkill -chmod 644 $TMP/package-$PACKAGE/opt/0verkill/{data,grx} +chmod 644 $TMP/package-$PACKAGE/opt/0verkill/{data,grx}/* chmod 755 $TMP/package-$PACKAGE/opt/0verkill/{0verkill,server} echo '#!/bin/bash' > $TMP/package-$PACKAGE/usr/games/0verkill |