diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:37:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:37:17 +0300 |
commit | 13c111ab152fd3239acddcd38c65bb775daf7536 (patch) | |
tree | 3bc25283cdc7fd578b907a93d8b764e0ba860ca6 | |
parent | 22cda19e4fe60865f1b921724befa745d43997a7 (diff) | |
download | repository-13c111ab152fd3239acddcd38c65bb775daf7536.tar.gz |
dosfstools: get rid of sbin
-rwxr-xr-x | core/dosfstools/build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/dosfstools/build b/core/dosfstools/build index 75812fcf..552a6d52 100755 --- a/core/dosfstools/build +++ b/core/dosfstools/build @@ -2,10 +2,9 @@ ./configure \ - --prefix=/ \ - --enable-compat-symlinks \ - --mandir=/usr/share/man \ - --docdir=/usr/share/doc/dosfstools-4.1 + --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-compat-symlinks make make DESTDIR="$1" install |