From a356bf4965e25d88ded79abf2421d634e86dd355 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Sat, 22 Feb 2025 20:27:33 +0000 Subject: [PATCH] remove origin .pc file from proto area after patching --- lib/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions.sh b/lib/functions.sh index 33dfc1ba3..1e8b3d1d9 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -2774,6 +2774,7 @@ make_install() { } ' $f || echo "Failed to fix $f" >> $tf logcmd $DIFF -u $f{.orig,} + logcmd $RM $f.orig done < <($FD -t f -e pc -p "${LIBDIRS[$arch]}/pkgconfig/[^/]+\\.pc\$" $DESTDIR) if [ -s "$tf" ]; then $CAT $tf | pipelog