Add -f flag to some calls to rm to avoid stalling in interactive mode.

This commit is contained in:
Andrius Štikonas 2025-02-23 01:42:06 +00:00
parent 3727953c5a
commit 0842e61eb0
6 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
src_prepare() {
rm doc/*.info
rm man/*.1
rm tests/*.at
rm -f tests/*.at
sed -i -e '/AC_PROG_GREP/d' -e '/AC_PROG_SED/d' configure.ac
AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 AUTOM4TE=autom4te-2.59 AUTOCONF=autoconf-2.59 autoreconf-2.59 -f