changed debian/rules to set DESTDIR instead of `prefix' when doing a make

install.
This commit is contained in:
Michael Elkins 2002-04-19 21:38:11 +00:00
parent fe438026b0
commit 7741548ff8
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
isync (0.8-2) unstable; urgency=low
* 0.9
-- Michael Elkins <me@cs.hmc.edu> Fri, 19 Apr 2002 14:32:25 -0700
isync (0.8-1) unstable; urgency=low
* Initial Release.

2
debian/rules vendored
View File

@ -44,7 +44,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/isync.
$(MAKE) install prefix=$(CURDIR)/debian/isync
$(MAKE) install DESTDIR=$(CURDIR)/debian/isync
# Build architecture-independent files here.