diff --git a/Makefile b/Makefile index 781f86b..d356c1d 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ endif RPM=versioners-$(VERSION)-$(RELEASE).noarch.rpm ifndef PREFIX - PREFIX=/ + PREFIX='' endif DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)')