Browse Source

+ updated Mac OS X installer resources

Jonas Maebe 20 years ago
parent
commit
20549eb4af

+ 1 - 0
install/macosx/resources/Dutch.lproj/InstallationCheck.strings

@@ -0,0 +1 @@
+"16" "You have to install the Mac OS X developer tools before installing this package"

+ 1 - 0
install/macosx/resources/English.lproj/InstallationCheck.strings

@@ -0,0 +1 @@
+"16" "You have to install the Mac OS X developer tools before installing this package"

+ 1 - 0
install/macosx/resources/German.lproj/InstallationCheck.strings

@@ -0,0 +1 @@
+"16" "You have to install the Mac OS X developer tools before installing this package"

File diff suppressed because it is too large
+ 16 - 143
install/macosx/resources/ReadMe.txt


+ 5 - 2
install/macosx/resources/postflight

@@ -1,4 +1,7 @@
 #!/bin/sh
 
-version=`"$2"/usr/local/bin/fpc -iV`
-"$2"/usr/local/lib/fpc/$version/samplecfg "$2"/usr/local/lib/fpc/"$version" "$4"/etc
+version=`"$2"usr/local/bin/fpc -iV`
+"$2"usr/local/lib/fpc/"$version"/samplecfg "$2"usr/local/lib/fpc/"$version" "$4"/etc
+
+# remove obsolete documentation
+rm -f "$2"Developer/Documentation/Free\ Pascal\ Compiler/Free\ Component\ Library.pdf

Some files were not shown because too many files changed in this diff