Use "rm -f" in libtool to avoid an interactive prompt

This commit is contained in:
Dor Askayo 2022-05-13 12:47:07 +03:00
parent 507f945419
commit 0a98a6e13d
1 changed files with 2 additions and 2 deletions

View File

@ -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
}