summaryrefslogtreecommitdiffstats
path: root/fonts/gnustep-artresources/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gnustep-artresources/BUILD')
-rwxr-xr-xfonts/gnustep-artresources/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/fonts/gnustep-artresources/BUILD b/fonts/gnustep-artresources/BUILD
new file mode 100755
index 0000000000..1dd04bcdb9
--- /dev/null
+++ b/fonts/gnustep-artresources/BUILD
@@ -0,0 +1,8 @@
+if [ -f /etc/profile.d/GNUstep.sh ];
+then
+ . /etc/profile.d/GNUstep.sh
+else
+ message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh" &&
+ message "Rebuild gnustep-make${DEFAULT_COLOR}" &&
+ return 1
+fi