commit: 13a3d82deaae3f4a45afd87a8d6161679d58e11e
parent dfb3ae04e232d4001ebb601c8f93b4918811529a
Author: Samuel Tyler <fosslinux@aussies.space>
Date: Sat, 8 Feb 2025 20:16:08 +1100
Merge pull request #500 from fosslinux/make-3.82-fixup
make-3.82: remove pregenerated files
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/steps/make-3.82/pass2.sh b/steps/make-3.82/pass2.sh
@@ -5,8 +5,9 @@
src_prepare() {
default
- rm doc/make.info
+ rm doc/make.info*
touch doc/make.info
+ rm po/*.gmo
# We don't have autopoint from gettext yet
AUTOPOINT=true AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi