Fixe prune_libtool_files temp variable

This commit is contained in:
root 2018-09-17 15:35:47 +08:00
förälder 8e327d73f8
incheckning af80f601b8

Visa fil

@ -70,7 +70,7 @@ prune_libtool_files() {
local pc_libs=()
if [[ ! ${removing_all} ]]; then
local pc
local tf=${T}/prune-lt-files.pc
local tf=${TEMP}/prune-lt-files.pc
local pkgconf=${PKG_CONFIG}
while IFS= read -r -d '' pc; do # for all .pc files