commit 13c111ab152fd3239acddcd38c65bb775daf7536 parent 22cda19e4fe60865f1b921724befa745d43997a7 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 29 Mar 2020 14:37:17 +0300 dosfstools: get rid of sbin Diffstat:
M | core/dosfstools/build | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git 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