diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/firehol/firehol.SlackBuild | 2 | ||||
-rw-r--r-- | network/firehol/firehol.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/firehol/firehol.SlackBuild b/network/firehol/firehol.SlackBuild index cf4bf42079..28fc8588e0 100644 --- a/network/firehol/firehol.SlackBuild +++ b/network/firehol/firehol.SlackBuild @@ -82,5 +82,5 @@ cat $CWD/rc.firehol > $PKG/etc/rc.d/rc.firehol.new # create the package 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} diff --git a/network/firehol/firehol.info b/network/firehol/firehol.info index 3fdece4d9d..7e516f5351 100644 --- a/network/firehol/firehol.info +++ b/network/firehol/firehol.info @@ -2,7 +2,9 @@ PRGNAM="firehol" VERSION="1.273" HOMEPAGE="http://firehol.sf.net" DOWNLOAD="http://downloads.sourceforge.net/firehol/firehol-1.273.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="cbbe1ba21cf44955827d5c906a55aa21" +MD5SUM_x86_64="" MAINTAINER="fdeak" EMAIL="ferenc.deak@gmail.com" APPROVED="dsomero" |