File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Libraries/Apps/Tools
4- libs_files=" libs-xcode libs-ppd libs-steptalk libs-ucsdata libs-renaissance apps-gorm libs-gdl2 libs-gsweb"
4+ libs_files=" libs-xcode libs-ppd libs-steptalk libs-ucsdata libs-renaissance apps-gorm libs-gdl2 libs-gsweb libs-java "
55tools_files=" tools-charsets"
66apps_files=" apps-systempreferences apps-gworkspace apps-projectcenter apps-thematic apps-easydiff"
77
@@ -21,10 +21,10 @@ build_and_install()
2121 fi
2222 if [ -f GNUmakefile ]; then
2323 make -j${CPUS} debug=yes
24- if [ " $OS " == " Linux" ]; then
25- sudo -- sh -c ' . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install'
26- else
24+ if [ " $OS " == * " MINGW6_NT" * ]; then
2725 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
26+ else
27+ sudo -- sh -c ' . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install'
2828 fi
2929 fi
3030 cd ..
You can’t perform that action at this time.
0 commit comments