1
0
mirror of synced 2026-01-21 09:53:08 +00:00

Makefile: Accept "DESTDIR" instead of "prefix=", too

That way it adheres more commonly used conventions and allows using dh_auto_install
This commit is contained in:
Axel Beckert 2013-01-16 16:44:42 +01:00
parent 459f418f12
commit ae33f60680
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,8 @@ VCS = git
#
# Installation prefix, useful for the Debian package.
#
prefix=
DESTDIR=
prefix=${DESTDIR}
nop:

1
debian/changelog vendored
View File

@ -14,6 +14,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
- Preliminary support for Debian Jessie and Ubuntu Raring
- Preliminary support for xl toolstack
- xen-create-image: Consistently use runCommand() instead of system()
- Makefile accepts DESTDIR=…
* Add debian/gbp.conf to be able to to build xen-tools with
git-buildpackage.
* Install (manually generated) upstream ChangeLog only if it