diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:52:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:52:31 +0300 |
commit | 5cf1a671cbd6adcc7a9792a3f4ffde83fc34d684 (patch) | |
tree | 194c92e874373510d7c74145745053a107113967 /extra | |
parent | 9ce05c71b1d17134fe3fab44600bd7ac77352f05 (diff) | |
download | repository-5cf1a671cbd6adcc7a9792a3f4ffde83fc34d684.tar.gz |
sudo: get rid of sbin
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/sudo/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/sudo/build b/extra/sudo/build index 64dd511c..921781a9 100755 --- a/extra/sudo/build +++ b/extra/sudo/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --disable-pam-session \ --disable-root-mailer \ --enable-pie \ |