void-packages/srcpkgs/sudo/patches/install_perms.patch

12 lines
202 B
Diff

--- a/scripts/install-sh
+++ b/scripts/install-sh
@@ -163,6 +163,8 @@ while ${MORETODO} ; do
esac
${MORETODO} && shift
done
+CHOWN=:
+CHGRP=:
## Making a directory?
if ${DIRMODE} ; then