diff options
-rw-r--r-- | system/distorm3/distorm3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/distorm3/distorm3.SlackBuild b/system/distorm3/distorm3.SlackBuild index b9b8a0ea18..97aefc6752 100644 --- a/system/distorm3/distorm3.SlackBuild +++ b/system/distorm3/distorm3.SlackBuild @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |