summaryrefslogtreecommitdiffstats
path: root/gnustep-libs
diff options
context:
space:
mode:
authorRemko van der Vossen2016-02-25 22:01:44 +0100
committerRemko van der Vossen2016-02-25 22:01:44 +0100
commit1d94992bb9d7bf80a731959f86b60469484e4667 (patch)
treeeb30cd4ab8728e27859b92a0af3e4935cf97a0e9 /gnustep-libs
parentff0c457e9ff7a9b53b88fbf294edfce35f3e8f39 (diff)
gnustep-make: no such thing as WARNING_COLOR
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/gnustep-make/HISTORY3
-rwxr-xr-xgnustep-libs/gnustep-make/UP_TRIGGERS2
2 files changed, 4 insertions, 1 deletions
diff --git a/gnustep-libs/gnustep-make/HISTORY b/gnustep-libs/gnustep-make/HISTORY
index 7942b6e7f7..841f4e0a60 100644
--- a/gnustep-libs/gnustep-make/HISTORY
+++ b/gnustep-libs/gnustep-make/HISTORY
@@ -1,3 +1,6 @@
+2016-02-25 Remko van der Vossen <wich@sourcemage.org>
+ * UP_TRIGGERS: no such thing as WARNING_COLOR
+
2014-01-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.6.6
* INSTALL, gs_make: add script for invoking gnustep make
diff --git a/gnustep-libs/gnustep-make/UP_TRIGGERS b/gnustep-libs/gnustep-make/UP_TRIGGERS
index 481bbb527c..c5a0324f19 100755
--- a/gnustep-libs/gnustep-make/UP_TRIGGERS
+++ b/gnustep-libs/gnustep-make/UP_TRIGGERS
@@ -5,7 +5,7 @@ fi &&
if [ -d /usr/GNUstep ];
then
- message "${WARNING_COLOR} Found stuff in /urs/GNUstep!" &&
+ message "${PROBLEM_COLOR} Found stuff in /urs/GNUstep!" &&
message "GNUstep stuff must be moved to /opt/GNUstep to be FSHS " &&
message "compliant." &&
message "Going to recast gnustep base and dependants too." &&