wok diff snort/receipt @ rev 7079

Fixed snort and libdaq to uncompress TARBALL as tar.gz instead of tar.bz2.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 02 17:58:41 2010 +0000 (2010-11-02)
parents babae9464b6b
children 209f2ed52094
line diff
     1.1 --- a/snort/receipt	Tue Nov 02 17:07:38 2010 +0000
     1.2 +++ b/snort/receipt	Tue Nov 02 17:58:41 2010 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	else
     1.5  		[ -L /usr/bin/wget ] && tazpkg get-install wget --forced
     1.6  		wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET"
     1.7 -		tar xjf $SOURCES_REPOSITORY/$TARBALL
     1.8 +		tar xzf $SOURCES_REPOSITORY/$TARBALL
     1.9  	fi
    1.10  	cd $src
    1.11  	./configure --prefix=/usr --infodir=/usr/share/info \