mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +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
|
|
@ -6,7 +6,7 @@ src_prepare() {
|
|||
rm bin/autoconf.in
|
||||
rm doc/*.info
|
||||
rm man/*.1
|
||||
rm tests/*.at
|
||||
rm -f tests/*.at
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue