Make use of package create -i option

This commit is contained in:
Ingo Weinhold 2011-07-01 01:42:47 +02:00
parent 6707be5403
commit 32081667b1

View File

@ -61,6 +61,5 @@ done
# create the package
cp "$packageInfoPath" "$contentsDir/.PackageInfo"
rm -f "$packagePath"
$package create -C "$contentsDir" "$packagePath"
$package create -i "$packageInfoPath" -C "$contentsDir" "$packagePath"