Fix reproducibility of automake manpages.

Fixes #180
This commit is contained in:
Andrius Štikonas 2022-06-08 23:54:07 +01:00
parent 3d202c5bce
commit a23f9d76b0
3 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,8 @@ src_prepare() {
./bootstrap
rm doc/automake-history.info doc/automake.info*
cp "${PREFIX}/bin/help2man" doc/
}
src_configure() {

View file

@ -6,6 +6,8 @@ src_prepare() {
./bootstrap
rm doc/automake-history.info doc/automake.info*
cp "${PREFIX}/bin/help2man" doc/
}
src_configure() {