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:
parent
459f418f12
commit
ae33f60680
3
Makefile
3
Makefile
@ -22,7 +22,8 @@ VCS = git
|
||||
#
|
||||
# Installation prefix, useful for the Debian package.
|
||||
#
|
||||
prefix=
|
||||
DESTDIR=
|
||||
prefix=${DESTDIR}
|
||||
|
||||
|
||||
nop:
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user