changed debian/rules to set DESTDIR instead of `prefix' when doing a make
install.
This commit is contained in:
parent
fe438026b0
commit
7741548ff8
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
isync (0.8-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -44,7 +44,7 @@ install: build
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the package into debian/isync.
|
# 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.
|
# Build architecture-independent files here.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user