mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:59:21 +00:00
tools/tarsource.sh: fix GZIP_ENV
Some older versions of Automake don't escape this properly. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
c9d06c3b06
commit
3f406e3f8e
@ -262,7 +262,7 @@ PACKAGE_VERSION="$DIST_PACKAGE_VERSION"
|
||||
|
||||
echo -e "\033[33;1mpacking up \033[36;1mfrr-$PACKAGE_VERSION\033[m"
|
||||
|
||||
make GZIP_ENV="--best -n" am__tar="tar -chof - $taropt \"\$\$tardir\"" $ziptarget
|
||||
make GZIP_ENV="-n9" am__tar="tar -chof - $taropt \"\$\$tardir\"" $ziptarget
|
||||
mv frr-${PACKAGE_VERSION}.tar.$zip "$outdir" || true
|
||||
lsfiles="frr-${PACKAGE_VERSION}.tar.$zip"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user