From c5389736be591c5f88d94f56ce69a3835996aaf0 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 20 Jul 2001 08:53:11 +0000 Subject: [PATCH] missed one - tidy up debstd symlink workarounds. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 19bc21522..012d4c561 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.47.2