wok-6.x 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 | 16fab315e2d6 |
files | libdaq/receipt snort/receipt |
line diff
1.1 --- a/libdaq/receipt Tue Nov 02 17:07:38 2010 +0000 1.2 +++ b/libdaq/receipt Tue Nov 02 17:58:41 2010 +0000 1.3 @@ -21,7 +21,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 \
2.1 --- a/snort/receipt Tue Nov 02 17:07:38 2010 +0000 2.2 +++ b/snort/receipt Tue Nov 02 17:58:41 2010 +0000 2.3 @@ -20,7 +20,7 @@ 2.4 else 2.5 [ -L /usr/bin/wget ] && tazpkg get-install wget --forced 2.6 wget -O $SOURCES_REPOSITORY/$TARBALL --no-check-certificate "$WGET" 2.7 - tar xjf $SOURCES_REPOSITORY/$TARBALL 2.8 + tar xzf $SOURCES_REPOSITORY/$TARBALL 2.9 fi 2.10 cd $src 2.11 ./configure --prefix=/usr --infodir=/usr/share/info \