build: Use $rmAttrs and $(RM) in more places instead of 'rm' directly.
Should not result in a functional change in most cases, but it might on some systems without full xattrs or emulation.
This commit is contained in:
@@ -115,7 +115,7 @@ $mimeset --mimedb "$mimeDB" "$contentsDir"
|
||||
# create the package
|
||||
if [ ! $updateOnly ]; then
|
||||
echo "$packageName: Creating the package ..."
|
||||
rm -f "$packagePath"
|
||||
$rmAttrs -f "$packagePath"
|
||||
$package create -q "-$compressionLevel" -i "$packageInfoPath" \
|
||||
-C "$contentsDir" "$packagePath"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user