diff options
Diffstat (limited to 'system/memuse/memuse.SlackBuild')
-rw-r--r-- | system/memuse/memuse.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/memuse/memuse.SlackBuild b/system/memuse/memuse.SlackBuild index fb8efc6cc5..af57464b5b 100644 --- a/system/memuse/memuse.SlackBuild +++ b/system/memuse/memuse.SlackBuild @@ -62,4 +62,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |