diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:50:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:50:06 +0300 |
commit | 0a4a705c111392b99b6be908aaa990e2dd0187cb (patch) | |
tree | 90f793762b8de80707eac0f8ea085f89ce9be2b7 /core/eudev | |
parent | 0dba5438b8834ead340b6fedb16ff5dedf13393d (diff) | |
download | repository-0a4a705c111392b99b6be908aaa990e2dd0187cb.tar.gz |
eudev: get rid of sbin
Diffstat (limited to 'core/eudev')
-rwxr-xr-x | core/eudev/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/eudev/build b/core/eudev/build index 07b1bbd1..9aead0c8 100755 --- a/core/eudev/build +++ b/core/eudev/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --sysconfdir=/etc \ --enable-hwdb \ --disable-introspection |