diff --git a/srcpkgs/sudo/patches/install_perms.patch b/srcpkgs/sudo/patches/install_perms.patch new file mode 100644 index 00000000000..2db2893544c --- /dev/null +++ b/srcpkgs/sudo/patches/install_perms.patch @@ -0,0 +1,11 @@ +--- 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