From a1022dca15d439f8bf4b9baca98c12adab8205e3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 19 Nov 2024 15:17:21 +0100 Subject: [PATCH] sudo: revert removal of install_perms.patch --- srcpkgs/sudo/patches/install_perms.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/sudo/patches/install_perms.patch 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