Commit 3cdbe5ab by Gianfranco Costamagna

Using DESTDIR standard location

Helping distros to package the source
parent 53f2b322
......@@ -25,7 +25,7 @@ SRC_BUNDLES_DIR="$(SRC_DIR)/bundles"
ifeq ($(strip $(prefix)),)
PREFIX=""
else
PREFIX="--prefix=$(prefix)"
PREFIX="--prefix=$(DESTDIR)$(prefix)"
endif
.PHONY: all install build deps clean uninstall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment