summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-01-25 06:56:37 +0000
committerNathan Scott <nathans@sgi.com>2001-01-25 06:56:37 +0000
commita31cd6d268ccf1ae24682aacbaabd8c71733d302 (patch)
treea9b7cabc0a25e756f862ad2f94f0703f773ac24d /debian
parentf900966db4e369ffc6d59149ae22d82628012e4e (diff)
downloadattr-a31cd6d268ccf1ae24682aacbaabd8c71733d302.tar.gz
set the distribution environment variable before configure step.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index bb3f545..5067436 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ pkgtmp = DIST_ROOT=`pwd`/$(dirtmp); export DIST_ROOT;
pkgdev = DIST_ROOT=`pwd`/$(dirdev); export DIST_ROOT;
stdenv = GZIP=-q; export GZIP;
-options = DEBUG="-DNDEBUG"; OPTIMIZER="-O1 -g"; export DEBUG OPTIMIZER;
+options = DEBUG="-DNDEBUG"; OPTIMIZER="-O1 -g"; DISTRIBUTION="debian"; \
+ export DEBUG OPTIMIZER DISTRIBUTION;
checkdir = test -f debian/rules
build: built