clean after ourself.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19053 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-15 12:10:11 +00:00
parent d38439bc09
commit 224784eb7e

View File

@@ -39,7 +39,9 @@ sed -e $replace < ${base}/Info.plist.in > ./Info.plist
-r ${base}/Resources \
-i ./Info.plist || exit 1
cd $base
cd ..
/usr/bin/hdiutil create -volname "Heimdal-${version}" -srcfolder ${imgdir} "heimdal-${version}.dmg" || exit 1
rm -rf ${destdir} ${builddir} ${imgdir} || exit 1
exit 0