mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Make use of package create -i option
This commit is contained in:
parent
6707be5403
commit
32081667b1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user