diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-13 00:40:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:40:45 +0200 |
commit | ea1be39dc346808449a698308ced6faa249843dc (patch) | |
tree | 9464c27a0b25f8ce2db2bab501f8a6e481c979e8 /system/joystick/joystick.SlackBuild | |
parent | 19df9e90d87411710ecce171cc6a87b1eef0c9eb (diff) | |
download | slackbuilds-ea1be39dc346808449a698308ced6faa249843dc.tar.gz |
system/joystick: Updated for version 1.2.15
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} |