diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:51:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-29 14:51:32 +0300 |
commit | 9ce05c71b1d17134fe3fab44600bd7ac77352f05 (patch) | |
tree | bbdb32774dd3c1281265e9928b19b39f5d43abce /core/mandoc | |
parent | 0a4a705c111392b99b6be908aaa990e2dd0187cb (diff) | |
download | repository-9ce05c71b1d17134fe3fab44600bd7ac77352f05.tar.gz |
mandoc: get rid of sbin
Diffstat (limited to 'core/mandoc')
-rwxr-xr-x | core/mandoc/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mandoc/build b/core/mandoc/build index 11f1bfed..f2d4d77e 100755 --- a/core/mandoc/build +++ b/core/mandoc/build @@ -7,6 +7,7 @@ cat > configure.local <<EOF PREFIX=/usr MANDIR=/usr/share/man LIBDIR=/usr/lib +SBINDIR=/usr/bin CC="${CC:-gcc}" CFLAGS="$CFLAGS" MANPATH_DEFAULT=/usr/share/man |