STYLE: set owner as root/root for manifest.txt in tarfile (for consistency)

This commit is contained in:
Mark Olesen
2019-07-12 14:19:23 +02:00
committed by Andrew Heather
parent b7d3607716
commit 1ffda6facb

View File

@ -272,7 +272,7 @@ fi
echo
echo "echo 'Adding manifest'"
echo 'pushd "$outputDir"'
echo "tar --append --transform='s|@|/|g' -v -f \"\$tarName.tar\" \"\$manifest\""
echo "tar --append --owner=root --group=root --transform='s|@|/|g' -v -f \"\$tarName.tar\" \"\$manifest\""
echo 'rm -f "$manifest"'
echo 'popd'