From 1f3c03814fc2939a234232229a7127cdc706c470 Mon Sep 17 00:00:00 2001 From: fourdan Date: Fri, 2 Jun 2006 07:41:56 +0000 Subject: Fix proper installation PATH, set PREFIX if not set. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 53bb2f6..44ee736 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - cd src && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + cd src && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr binary-indep: build install binary-arch: build install -- cgit v1.1