diff options
| author | horus_arch | 2016-12-13 20:27:17 +0100 |
|---|---|---|
| committer | horus_arch | 2016-12-13 20:27:17 +0100 |
| commit | ae49c146a4732abdcd02d0364d7b5e929ee830f2 (patch) | |
| tree | 1876e3b81a287c5e03adbde8d2b920fbbc6d51bd | |
| parent | a74542bff3e188acc4585b2ed44f0ce144e1af5c (diff) | |
| download | gospeladlershof.de-ae49c146a4732abdcd02d0364d7b5e929ee830f2.tar.gz | |
Man muss den Path im Makefile ausschreiben... -.-
| -rw-r--r-- | gospeladlershof.de/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
