mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
Use "rm -f" in libtool to avoid an interactive prompt
This commit is contained in:
parent
507f945419
commit
0a98a6e13d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm libltdl/config/ltmain.sh
|
||||
rm -f libltdl/config/ltmain.sh
|
||||
|
||||
rm doc/*.info
|
||||
rm -f doc/*.info
|
||||
|
||||
./bootstrap
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue