1
0
mirror of synced 2026-05-02 06:35:25 +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: