fixed mac os x installer build scrips after license file name changes

git-svn-id: trunk@15995 -
This commit is contained in:
vincents 2008-08-08 13:35:35 +00:00
parent a9daf44a6d
commit 2d3e98accd
2 changed files with 1 additions and 4 deletions

View File

@ -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>

View File

@ -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=.