mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
+ updated Mac OS X installer resources
This commit is contained in:
parent
8e9aff52f3
commit
20549eb4af
@ -0,0 +1 @@
|
||||
"16" "You have to install the Mac OS X developer tools before installing this package"
|
@ -0,0 +1 @@
|
||||
"16" "You have to install the Mac OS X developer tools before installing this package"
|
@ -0,0 +1 @@
|
||||
"16" "You have to install the Mac OS X developer tools before installing this package"
|
File diff suppressed because one or more lines are too long
@ -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
|
Loading…
Reference in New Issue
Block a user