mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
sudo: revert removal of install_perms.patch
This commit is contained in:
parent
03a2827828
commit
a1022dca15
1 changed files with 11 additions and 0 deletions
11
srcpkgs/sudo/patches/install_perms.patch
Normal file
11
srcpkgs/sudo/patches/install_perms.patch
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue