mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 18:09:32 +02:00
fixed mac os x installer build scrips after license file name changes
git-svn-id: trunk@15995 -
This commit is contained in:
parent
a9daf44a6d
commit
2d3e98accd
tools/install/macosx
@ -28,7 +28,7 @@
|
||||
<key>Mode</key>
|
||||
<integer>1</integer>
|
||||
<key>Path</key>
|
||||
<string>License.txt</string>
|
||||
<string>COPYING.GPL.txt</string>
|
||||
<key>Path Type</key>
|
||||
<integer>2</integer>
|
||||
</dict>
|
||||
|
@ -102,9 +102,6 @@ ln -s ../share/lazarus/lazarus lazarus
|
||||
ln -s ../share/lazarus/startlazarus startlazarus
|
||||
ln -s ../share/lazarus/lazbuild lazbuild
|
||||
|
||||
# copy license file, it must be a txt file.
|
||||
cp $LAZBUILDDIR/COPYING.GPL $BUILDDIR/License.txt
|
||||
|
||||
# fill in packproj template.
|
||||
OLDIFS=$IFS
|
||||
IFS=.
|
||||
|
Loading…
Reference in New Issue
Block a user