Fixed cygwin install path

This commit is contained in:
2013-10-08 14:21:43 -04:00
parent 79cca1128b
commit 790f8c5a35

View File

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