Author: gcasa
Date: Tue Dec  2 00:07:49 2014
New Revision: 38220

URL: http://svn.gna.org/viewcvs/gnustep?rev=38220&view=rev
Log:
Automatically copy scripts to appropriate places.

Modified:
    tools/scripts/trunk/compile-all

Modified: tools/scripts/trunk/compile-all
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/scripts/trunk/compile-all?rev=38220&r1=38219&r2=38220&view=diff
==============================================================================
--- tools/scripts/trunk/compile-all     (original)
+++ tools/scripts/trunk/compile-all     Tue Dec  2 00:07:49 2014
@@ -165,3 +165,12 @@
 else
 $MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM messages=yes install
 fi
+
+# Perform other operations
+echo "Add script to etc and xsession..."
+if [ ! -e /etc/profile.d/GNUstep.sh ]; then
+   sudo -u root ln -s /usr/GNUstep/System/Library/Makefiles/GNUstep.sh 
/etc/profile.d/GNUstep.sh
+fi
+cd ../../plugins/session
+sudo -u root ./install.sh
+echo "Done."


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to