Fixed cygwin install path
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user