Skip to content

Commit 6480a03

Browse files
committed
util-linux: remove pregenerated files
1 parent e52b40f commit 6480a03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

steps/util-linux-2.19.1/pass1.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
src_prepare() {
66
default
77

8+
# gettext translation files
9+
rm po/*.gmo
10+
11+
# NOTE: misc-utils/scriptreplay.1 was originally a Pod::Man generated
12+
# manpage. However, it *has* been manually edited since then. In this
13+
# case, it is fine not to delete it; there is little-no risk.
14+
15+
# generated/unauditable testdata
16+
rm -r tests/ts/blkid/images-fs tests/ts/cramfs/*.img
17+
818
# We don't have gettext (autopoint) yet.
919
AUTOPOINT=true AUTOMAKE=automake-1.10 AUTOCONF=autoconf-2.64 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
1020
}

0 commit comments

Comments
 (0)