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() {
6
6
rm bin/autoconf.in
7
7
rm doc/* .info
8
8
rm man/* .1
9
- rm tests/* .at
9
+ rm -f tests/* .at
10
10
11
11
# Do not use pregenerated manpages
12
12
sed -i ' /SUBDIRS/s/ man//' Makefile.am
Original file line number Diff line number Diff line change 5
5
src_prepare () {
6
6
rm doc/* .info
7
7
rm man/* .1
8
- rm tests/* .at
8
+ rm -f tests/* .at
9
9
sed -i -e ' /AC_PROG_GREP/d' -e ' /AC_PROG_SED/d' configure.ac
10
10
11
11
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 5
5
src_prepare () {
6
6
rm doc/* .info
7
7
rm man/* .1
8
- rm tests/* .at
8
+ rm -f tests/* .at
9
9
10
10
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f
11
11
Original file line number Diff line number Diff line change 6
6
src_prepare () {
7
7
rm doc/* .info
8
8
rm man/* .1
9
- rm tests/* .at
9
+ rm -f tests/* .at
10
10
AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf-2.64 -f
11
11
12
12
# Install autoconf data files into versioned directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ src_prepare() {
13
13
touch config.h
14
14
15
15
# Rebuild pregenerated file
16
- rm src/false.c
16
+ rm -f src/false.c
17
17
rm src/dircolors.h
18
18
rm src/wheel.h
19
19
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ src_prepare() {
28
28
perl warnings.pl
29
29
30
30
# 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
32
32
33
33
# Manpages
34
- rm lib/Pod/Man.pm
34
+ rm -f lib/Pod/Man.pm
35
35
36
36
# Workaround for some linking problems, remove if possible
37
37
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