File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ src_prepare() {
1212 rm config/config.guess config/config.sub config/ltmain.sh
1313 libtoolize -i
1414
15- AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
16-
1715 # Remove bison parser generated
18- rm intl/plural.y
16+ rm intl/plural.c
1917
2018 # Setup for regeneratation of lib/ext2fs/utf8data.h
2119 rm lib/ext2fs/utf8data.h
@@ -25,6 +23,16 @@ src_prepare() {
2523
2624 # Disable int
2725 sed -i " s/@LIBINTL@//" MCONFIG.in
26+
27+ # Testfiles
28+ rm tests/* /image.* lib/blkid/tests/* .img.bz2
29+ rm -r tests/i_qcow
30+ rm lib/et/test_cases/* .c lib/et/test_cases/* .h
31+
32+ # Generated gettext files
33+ rm po/* .gmo
34+
35+ AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
2836}
2937
3038src_configure () {
You can’t perform that action at this time.
0 commit comments