Skip to content

Commit

Permalink
remove origin .pc file from proto area after patching
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Feb 22, 2025
1 parent 8d6d28c commit a356bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a356bf4

Please sign in to comment.