Commit 76048a9a by devttys0

Merge pull request #59 from LocutusOfBorg/patch-1

Using DESTDIR standard location
parents 53f2b322 3cdbe5ab
......@@ -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