From ae49c146a4732abdcd02d0364d7b5e929ee830f2 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Tue, 13 Dec 2016 20:27:17 +0100 Subject: Man muss den Path im Makefile ausschreiben... -.- --- gospeladlershof.de/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gospeladlershof.de/Makefile b/gospeladlershof.de/Makefile index 64d6143..8c80b2a 100644 --- a/gospeladlershof.de/Makefile +++ b/gospeladlershof.de/Makefile @@ -1,4 +1,4 @@ -export PATH:$(PATH):/home/horus/app/gospeladlershof.de/gospeladlershof.de/node_modules/gulp/bin +export PATH := /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/horus/app/gospeladlershof.de/gospeladlershof.de/node_modules/gulp/bin all: build -- cgit v1.2.3