Fixe prune_libtool_files temp variable

This commit is contained in:
root 2018-09-17 15:35:47 +08:00
parent 8e327d73f8
commit af80f601b8
1 changed files with 1 additions and 1 deletions

View File

@ -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