summaryrefslogtreecommitdiffstats
path: root/games/einstein
diff options
context:
space:
mode:
author Erik Hanson2017-03-28 01:09:15 +0200
committer Willy Sudiarto Raharjo2017-04-01 01:57:26 +0200
commitb24c02f549e22ccde51c8baac3b25571b575af49 (patch)
treebb7f0bff960877777cc336dfc308212a0a18e572 /games/einstein
parentbc535d64f691d6fc6f39ccda6db014a92ebf118d (diff)
downloadslackbuilds-b24c02f549e22ccde51c8baac3b25571b575af49.tar.gz
games/einstein: Small fix.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
Diffstat (limited to 'games/einstein')
-rw-r--r--games/einstein/einstein.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/einstein/einstein.SlackBuild b/games/einstein/einstein.SlackBuild
index f6e1688758..34148297e6 100644
--- a/games/einstein/einstein.SlackBuild
+++ b/games/einstein/einstein.SlackBuild
@@ -54,7 +54,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-puzzle-$VERSION
-tar xvf $CWD/$PRGNAM-puzzle-$VERSION-src.tar.gz || tar xvf v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-puzzle-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-puzzle-$VERSION
chown -R root:root .
find -L . \