From 21650f077d4cabc080c5632fa640811e6593ae52 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Wed, 9 Oct 2013 22:40:54 -0400 Subject: [PATCH] Fixed PREFIX in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)')