master hovercats/oakiss / repo / ffmpeg / patches / 0002-configure-add-f-flag-to-avoid-prompt-when-cleaning-u.patch
 1From c051954e53416280415c1d85f5bcb21280032b82 Mon Sep 17 00:00:00 2001
 2From: hovercats <hovercatswithlasereyes@protonmail.com>
 3Date: Mon, 8 Jun 2026 02:32:54 +0200
 4Subject: [PATCH] configure: add -f flag to avoid prompt when cleaning up
 5 $link_dest and $link_name
 6
 7---
 8 configure | 4 ++--
 9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/configure b/configure
12index f933a4e..4c187e2 100755
13--- a/configure
14+++ b/configure
15@@ -5951,8 +5951,8 @@ else
16     source_link="$source_path"
17 fi
18 # cleanup
19-rm -r "$link_dest"
20-rm -r "$link_name"
21+rm -rf "$link_dest"
22+rm -rf "$link_name"
23 
24 # determine libc flavour
25 
26-- 
272.54.0
28