Fixed cygwin install path

This commit is contained in:
2013-10-08 14:22:38 -04:00
parent 299377270e
commit 1486f32e73

View File

@@ -12,6 +12,10 @@ ifndef PREFIX
PREFIX=/
endif
ifeq ($(shell uname -o),Cygwin)
PREFIX=
endif
DISTFILE_DEPS=$(shell find . -type f | grep -Ev '\.git|\./dist/|$(DISTFILE)')
all: ./dist/$(RPM)