summaryrefslogtreecommitdiff
path: root/games/snes9x/snes9x.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2011-09-05 21:35:00 -0400
committerRobby Workman <rworkman@slackbuilds.org>2011-09-05 23:03:04 -0500
commit467955089191daafece9f0a8e4406dd31ced9abd (patch)
tree09b2fc4c69774ee25342443e7bf37dbdb9fd0a85 /games/snes9x/snes9x.SlackBuild
parent5f69b90d2bf10b0c74673e1965d19d5310a002a7 (diff)
downloadslackbuilds-467955089191daafece9f0a8e4406dd31ced9abd.tar.gz
games/snes9x: Updated for version 1.53.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/snes9x/snes9x.SlackBuild')
-rw-r--r--games/snes9x/snes9x.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild
index 1aeccabfbc..2df826bc35 100644
--- a/games/snes9x/snes9x.SlackBuild
+++ b/games/snes9x/snes9x.SlackBuild
@@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=snes9x
-VERSION=${VERSION:-1.52}
+VERSION=${VERSION:-1.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,11 +81,12 @@ cp ../docs/* $CWD/README_docs.txt \
$PKG/usr/doc/$PRGNAM-$VERSION/${PRGNAM}_original_docs
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-# We don't need 2 copies of the LGPL v2.1 (we already have the GPL,
-# LGPL v3, and proprietary snes9x licenses...)
+# We don't need 3 copies of the LGPL v2.1 (we already have the GPL
+# and proprietary snes9x licenses...)
cd $PKG/usr/doc/$PRGNAM-$VERSION
- rm -f snes_ntsc_license.txt
- ln -s ${PRGNAM}_original_docs/lgpl-2.1 snes_ntsc_license.txt
+ rm -f snes_ntsc_license.txt ${PRGNAM}_original_docs/lgpl-2.1.txt
+ ln -s lgpl.txt snes_ntsc_license.txt
+ ln -s ../lgpl.txt ${PRGNAM}_original_docs/lgpl-2.1.txt
cd -
cat data/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop