Fixed PREFIX in the Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ endif
|
|||||||
RPM=versioners-$(VERSION)-$(RELEASE).noarch.rpm
|
RPM=versioners-$(VERSION)-$(RELEASE).noarch.rpm
|
||||||
|
|
||||||
ifndef PREFIX
|
ifndef PREFIX
|
||||||
PREFIX=/
|
PREFIX=''
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)')
|
DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)')
|
||||||
|
|||||||
Reference in New Issue
Block a user