commit: 6480a03dd96519fa57a010e68d0071853ecdfe32
parent e52b40f55d47c1f4acf742fc31b0b0c7fd741c9b
Author: fosslinux <fosslinux@aussies.space>
Date: Thu, 13 Feb 2025 10:24:08 +1100
util-linux: remove pregenerated files
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/steps/util-linux-2.19.1/pass1.sh b/steps/util-linux-2.19.1/pass1.sh
@@ -5,6 +5,16 @@
src_prepare() {
default
+ # gettext translation files
+ rm po/*.gmo
+
+ # NOTE: misc-utils/scriptreplay.1 was originally a Pod::Man generated
+ # manpage. However, it *has* been manually edited since then. In this
+ # case, it is fine not to delete it; there is little-no risk.
+
+ # generated/unauditable testdata
+ rm -r tests/ts/blkid/images-fs tests/ts/cramfs/*.img
+
# We don't have gettext (autopoint) yet.
AUTOPOINT=true AUTOMAKE=automake-1.10 AUTOCONF=autoconf-2.64 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
}