summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-back/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/gnustep-back/INSTALL')
-rwxr-xr-xgnustep-libs/gnustep-back/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnustep-libs/gnustep-back/INSTALL b/gnustep-libs/gnustep-back/INSTALL
new file mode 100755
index 0000000000..34563e6492
--- /dev/null
+++ b/gnustep-libs/gnustep-back/INSTALL
@@ -0,0 +1,6 @@
+. ${TRACK_ROOT}/usr/share/GNUstep/Makefiles/GNUstep.sh
+local backend
+for backend in $GNUSTEP_BACKEND ; do
+ cd $SOURCE_DIRECTORY.$backend &&
+ default_install
+done