Skip to content

Commit a356bf4

Browse files
committed
remove origin .pc file from proto area after patching
1 parent 8d6d28c commit a356bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/functions.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2774,6 +2774,7 @@ make_install() {
27742774
}
27752775
' $f || echo "Failed to fix $f" >> $tf
27762776
logcmd $DIFF -u $f{.orig,}
2777+
logcmd $RM $f.orig
27772778
done < <($FD -t f -e pc -p "${LIBDIRS[$arch]}/pkgconfig/[^/]+\\.pc\$" $DESTDIR)
27782779
if [ -s "$tf" ]; then
27792780
$CAT $tf | pipelog

0 commit comments

Comments
 (0)