Adapt to macos 10.5 packagemaker

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-05 00:32:04 +00:00
parent 9222b33c43
commit a11f0e82bf

View File

@@ -31,18 +31,16 @@ make check > /dev/null || exit 1
echo "Install" echo "Install"
make install DESTDIR=${destdir} > /dev/null || exit 1 make install DESTDIR=${destdir} > /dev/null || exit 1
replace="s,[@]VERSION[@],${version},g"
sed -e $replace < ${base}/Info.plist.in > ./Info.plist
echo "Build package" echo "Build package"
/Developer/usr/bin/packagemaker \ /Developer/usr/bin/packagemaker \
-build \ --version "${version}" \
-ds \ --root ${destdir} \
-f ${destdir} \ --info ${base}/Info.plist
-p ${imgdir}/Heimdal.pkg \ --out ${imgdir}/Heimdal.pkg \
-r ${base}/Resources \ --resources ${base}/Resources \
-i ./Info.plist || exit 1 -ds || exit 1
exit 0
cd .. cd ..
echo "Build disk image" echo "Build disk image"