diff options
Diffstat (limited to 'games/moria/moria.SlackBuild')
-rw-r--r-- | games/moria/moria.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/moria/moria.SlackBuild b/games/moria/moria.SlackBuild index a62113f6a3..0b45a53a0d 100644 --- a/games/moria/moria.SlackBuild +++ b/games/moria/moria.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Moria -# Copyright 2013, David Melik, Spokane, WA, USA +# Copyright 2013, SlackBuilds.org Project, David Melik, Spokane, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$VERSION.debian.1 +tar xvf $CWD/${PRGNAM}_${VERSION}.debian.1.orig.tar.gz +cd $PRGNAM-$VERSION.debian.1 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |