void-packages/srcpkgs/sudo/patches/install_perms.patch
Đoàn Trần Công Danh bc79eb3166 sudo: fix patching step
2023-03-05 13:57:38 +07:00

11 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