Fixed PREFIX in the Makefile

This commit is contained in:
2013-10-09 22:40:54 -04:00
parent ac15cd8061
commit 21650f077d

View File

@@ -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)')