diff options
Diffstat (limited to 'system/joystick/joystick.SlackBuild')
-rw-r--r-- | system/joystick/joystick.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/joystick/joystick.SlackBuild b/system/joystick/joystick.SlackBuild index 7c73beb8bb..5b931b3900 100644 --- a/system/joystick/joystick.SlackBuild +++ b/system/joystick/joystick.SlackBuild @@ -69,4 +69,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} |