dosfstools: disable documentation

This commit is contained in:
Dylan Araps 2021-07-06 00:48:59 +03:00
parent a63c52ea90
commit d63b14759f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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 \