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"
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"
/Developer/usr/bin/packagemaker \
-build \
-ds \
-f ${destdir} \
-p ${imgdir}/Heimdal.pkg \
-r ${base}/Resources \
-i ./Info.plist || exit 1
--version "${version}" \
--root ${destdir} \
--info ${base}/Info.plist
--out ${imgdir}/Heimdal.pkg \
--resources ${base}/Resources \
-ds || exit 1
exit 0
cd ..
echo "Build disk image"