mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
dosfstools: disable documentation
This commit is contained in:
parent
a63c52ea90
commit
d63b14759f
@ -1,5 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Disable documentation (READMEs and such).
|
||||
sed 's/^\(dist_doc_DATA\)/\1_null/' Makefile.in > _
|
||||
mv -f _ Makefile.in
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
|
Loading…
Reference in New Issue
Block a user