diff options
author | M.Dinslage <daedra1980@gmail.com> | 2011-03-05 08:54:23 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-05 08:54:23 -0300 |
commit | ff7d55741fdfbf42fc883b41fc0478b94ecbc404 (patch) | |
tree | 855c9f0868d8aede2c0e8bdb7ef92613eb41b0ce /games/fceux/fceux.SlackBuild | |
parent | 86323318d97a797b78641f37fb25d7606a9412c6 (diff) | |
download | slackbuilds-ff7d55741fdfbf42fc883b41fc0478b94ecbc404.tar.gz |
games/fceux: Moved to /usr/games + changed icon.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/fceux/fceux.SlackBuild')
-rw-r--r-- | games/fceux/fceux.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild index 2b57bf1031..5458d8fa1d 100644 --- a/games/fceux/fceux.SlackBuild +++ b/games/fceux/fceux.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=fceux VERSION=${VERSION:-2.1.4a} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -55,8 +55,8 @@ find . \ scons #Dont use scons install, we'll take care of install ourselves -mkdir -p $PKG/usr/bin -install -m 0755 bin/fceux $PKG/usr/bin +mkdir -p $PKG/usr/games +install -m 0755 bin/fceux $PKG/usr/games #install man pages mkdir -p $PKG/usr/man/man6 |