Browse Source

Make DESTDIR overridable

Allow the user to set the installation root as an alternative to "/".

Contributed by Per Olav Kroka.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
tags/v4.1
Jean Delvare 7 years ago
parent
commit
4700d21bb3
  1. 2
      Makefile

2
Makefile

@ -7,7 +7,7 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
DESTDIR =
DESTDIR ?=
prefix = /usr/local
bindir = $(prefix)/bin
sbindir = $(prefix)/sbin

Loading…
Cancel
Save