We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b40f commit 6480a03Copy full SHA for 6480a03
steps/util-linux-2.19.1/pass1.sh
@@ -5,6 +5,16 @@
5
src_prepare() {
6
default
7
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
18
# We don't have gettext (autopoint) yet.
19
AUTOPOINT=true AUTOMAKE=automake-1.10 AUTOCONF=autoconf-2.64 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
20
}
0 commit comments