mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +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
@ -28,7 +28,7 @@
|
|||||||
<key>Mode</key>
|
<key>Mode</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
<key>Path</key>
|
<key>Path</key>
|
||||||
<string>License.txt</string>
|
<string>COPYING.GPL.txt</string>
|
||||||
<key>Path Type</key>
|
<key>Path Type</key>
|
||||||
<integer>2</integer>
|
<integer>2</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -102,9 +102,6 @@ ln -s ../share/lazarus/lazarus lazarus
|
|||||||
ln -s ../share/lazarus/startlazarus startlazarus
|
ln -s ../share/lazarus/startlazarus startlazarus
|
||||||
ln -s ../share/lazarus/lazbuild lazbuild
|
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.
|
# fill in packproj template.
|
||||||
OLDIFS=$IFS
|
OLDIFS=$IFS
|
||||||
IFS=.
|
IFS=.
|
||||||
|
Loading…
Reference in New Issue
Block a user