]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
missed one - tidy up debstd symlink workarounds.
authorNathan Scott <nathans@sgi.com>
Fri, 20 Jul 2001 08:53:11 +0000 (08:53 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 20 Jul 2001 08:53:11 +0000 (08:53 +0000)
debian/rules

index 19bc2152204fe520c2c535b7aecd3f070141156c..012d4c56151bf1d597ba55475241640dba6b3081 100755 (executable)
@@ -7,7 +7,7 @@ dirtmp = debian/tmp
 dirdev = debian/$(develop)
 pkgtmp = DIST_ROOT=`pwd`/$(dirtmp); export DIST_ROOT;
 pkgdev = DIST_ROOT=`pwd`/$(dirdev); export DIST_ROOT;
-stdenv = GZIP=-q; export GZIP;
+stdenv = @GZIP=-q; export GZIP;
 
 options = DEBUG=-DNDEBUG; DISTRIBUTION=debian; export DEBUG DISTRIBUTION;
 checkdir = test -f debian/rules