diff --git a/srcpkgs/sudo/INSTALL b/srcpkgs/sudo/INSTALL index 3e47c050f7..b8b839ebcd 100644 --- a/srcpkgs/sudo/INSTALL +++ b/srcpkgs/sudo/INSTALL @@ -7,6 +7,6 @@ post) echo "Setting up permissions to /etc/sudoers..." chmod 0440 etc/sudoers fi - chmod 4111 bin/sudo bin/sudoedit + chmod 4111 usr/bin/sudo usr/bin/sudoedit ;; esac