Переглянути джерело

+ updated Mac OS X installer resources

Jonas Maebe 20 роки тому
батько
коміт
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"

Різницю між файлами не показано, бо вона завелика
+ 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

Деякі файли не було показано, через те що забагато файлів було змінено