mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Fix diffutils manpage reproducibility
This commit is contained in:
parent
49f5520143
commit
068f7d8f40
2 changed files with 6 additions and 1 deletions
|
|
@ -7,10 +7,15 @@ src_prepare() {
|
|||
|
||||
autoreconf-2.71 -fi
|
||||
rm man/*.1
|
||||
rm doc/*.info
|
||||
|
||||
# gperf
|
||||
rm lib/iconv_open*.h
|
||||
|
||||
# Don't use in tree help2man
|
||||
rm man/help2man
|
||||
ln -s "${PREFIX}/bin/help2man" man/help2man
|
||||
|
||||
. ../../import-gnulib.sh
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue