소스 검색

+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.