summaryrefslogtreecommitdiffstats
path: root/games/snes9x/snes9x.SlackBuild
diff options
context:
space:
mode:
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