Make use of package create -i option

This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:51 +02:00
parent 6707be5403
commit 32081667b1
+1 -2
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"