mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Add -f flag to some calls to rm to avoid stalling in interactive mode.
This commit is contained in:
parent
3727953c5a
commit
0842e61eb0
6 changed files with 7 additions and 7 deletions
|
|
@ -28,10 +28,10 @@ src_prepare() {
|
|||
perl warnings.pl
|
||||
|
||||
# Regenerate prebuilt perl files
|
||||
rm -r lib/unicode/Is lib/unicode/In lib/unicode/To lib/unicode/*.pl
|
||||
rm -rf lib/unicode/Is lib/unicode/In lib/unicode/To lib/unicode/*.pl
|
||||
|
||||
# Manpages
|
||||
rm lib/Pod/Man.pm
|
||||
rm -f lib/Pod/Man.pm
|
||||
|
||||
# Workaround for some linking problems, remove if possible
|
||||
sed -i 's/perl_call_method/Perl_call_method/' ext/Data/Dumper/Dumper.xs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue