File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ src_prepare() {
66 rm bin/autoconf.in
77 rm doc/* .info
88 rm man/* .1
9- rm tests/* .at
9+ rm -f tests/* .at
1010
1111 # Do not use pregenerated manpages
1212 sed -i ' /SUBDIRS/s/ man//' Makefile.am
Original file line number Diff line number Diff line change 55src_prepare () {
66 rm doc/* .info
77 rm man/* .1
8- rm tests/* .at
8+ rm -f tests/* .at
99 sed -i -e ' /AC_PROG_GREP/d' -e ' /AC_PROG_SED/d' configure.ac
1010
1111 AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 AUTOM4TE=autom4te-2.59 AUTOCONF=autoconf-2.59 autoreconf-2.59 -f
Original file line number Diff line number Diff line change 55src_prepare () {
66 rm doc/* .info
77 rm man/* .1
8- rm tests/* .at
8+ rm -f tests/* .at
99
1010 AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
1111
Original file line number Diff line number Diff line change 66src_prepare () {
77 rm doc/* .info
88 rm man/* .1
9- rm tests/* .at
9+ rm -f tests/* .at
1010 AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -f
1111
1212 # Install autoconf data files into versioned directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ src_prepare() {
1313 touch config.h
1414
1515 # Rebuild pregenerated file
16- rm src/false.c
16+ rm -f src/false.c
1717 rm src/dircolors.h
1818 rm src/wheel.h
1919
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ src_prepare() {
2828 perl warnings.pl
2929
3030 # Regenerate prebuilt perl files
31- rm -r lib/unicode/Is lib/unicode/In lib/unicode/To lib/unicode/* .pl
31+ rm -rf lib/unicode/Is lib/unicode/In lib/unicode/To lib/unicode/* .pl
3232
3333 # Manpages
34- rm lib/Pod/Man.pm
34+ rm -f lib/Pod/Man.pm
3535
3636 # Workaround for some linking problems, remove if possible
3737 sed -i ' s/perl_call_method/Perl_call_method/' ext/Data/Dumper/Dumper.xs
You can’t perform that action at this time.
0 commit comments