We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f00c5e + 9a51308 commit d9ac33cCopy full SHA for d9ac33c
src/linux/Packaging.Linux/pack.sh
@@ -126,6 +126,6 @@ if [ ! -f "$LINK_TO/git-credential-manager" ]; then
126
"$LINK_TO/git-credential-manager" || exit 1
127
fi
128
129
-dpkg-deb -Zxz --build "$DEBROOT" "$DEBPKG" || exit 1
+dpkg-deb -Zxz --root-owner-group --build "$DEBROOT" "$DEBPKG" || exit 1
130
131
echo $MESSAGE
0 commit comments