From a4dc276d3c8a6c0ee06ab51baf319b24d492378a Mon Sep 17 00:00:00 2001 From: damiano Date: Wed, 10 Feb 1999 09:29:26 +0000 Subject: Mise a jour rules. DESTDIR => PREFIX --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 89f2405..1713808 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ binary-arch: checkroot build install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` - cd src && make install DESTDIR=`pwd`/../debian/tmp MAJOR=$(MAJOR) MINOR=$(MINOR) + cd src && make install PREFIX=`pwd`/../debian/tmp MAJOR=$(MAJOR) MINOR=$(MINOR) debstd -rmdir debian/tmp/usr/include -- cgit v1.1