mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:02:11 +02:00
mac os x installer: lazarus_release.packproj.template can be used for snapshots too
git-svn-id: trunk@16575 -
This commit is contained in:
parent
463d72d700
commit
6909aaac4c
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3856,7 +3856,7 @@ tools/install/macosx/fpc.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/fpc_installer_info.zip -text svneol=unset#application/zip
|
||||
tools/install/macosx/fpcsrc-release.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/fpcsrc.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/lazarus_release.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/lazarus.packproj.template svneol=native#text/plain
|
||||
tools/install/macosx/makefpcsnapshot.sh svneol=native#text/plain
|
||||
tools/install/macosx/makefpcsrcsnapshot.sh svneol=native#text/plain
|
||||
tools/install/macosx/makelazsnapshot.sh svneol=native#text/plain
|
||||
|
@ -94,7 +94,7 @@ ROOTDIR=$BUILDDIR/Root
|
||||
LAZBUILDDIR=$ROOTDIR/Developer/lazarus
|
||||
DATESTAMP=$(date +%Y%m%d)
|
||||
TEMPLATEDIR=$LAZSOURCEDIR/tools/install/macosx
|
||||
PACKPROJTEMPLATE=$TEMPLATEDIR/lazarus_release.packproj.template
|
||||
PACKPROJTEMPLATE=$TEMPLATEDIR/lazarus.packproj.template
|
||||
PACKPROJ=$BUILDDIR/lazarus.packproj
|
||||
|
||||
# copy sources
|
||||
|
Loading…
Reference in New Issue
Block a user