diff options
author | Roberto Neri <rneri@libero.it> | 2010-05-13 00:35:47 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:35:47 +0200 |
commit | de26c6e54ae410772a4d40de870f395ae65b6a49 (patch) | |
tree | 5b909d1d31bfa518054092b3f5dbf90f381c4b14 /network/b43legacy-firmware/b43legacy-firmware.SlackBuild | |
parent | de354187fef2f8ca4a44b8b661f31c3a173a88d0 (diff) |
network/b43legacy-firmware: Updated for version 3.130.20.0
Diffstat (limited to 'network/b43legacy-firmware/b43legacy-firmware.SlackBuild')
-rw-r--r-- | network/b43legacy-firmware/b43legacy-firmware.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/b43legacy-firmware/b43legacy-firmware.SlackBuild b/network/b43legacy-firmware/b43legacy-firmware.SlackBuild index 83dbfabe45b87..156f3a7af5d7a 100644 --- a/network/b43legacy-firmware/b43legacy-firmware.SlackBuild +++ b/network/b43legacy-firmware/b43legacy-firmware.SlackBuild @@ -4,7 +4,6 @@ # Project Homepage: http://linuxwireless.org/en/users/Drivers/b43 # Written by Roberto Neri <rneri@libero.it> - # Modified by Robby Workman <rworkman@slackbuilds.org> PRGNAM=b43legacy-firmware @@ -37,4 +36,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG chown -R root:root . -/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} |