From af80f601b89e62051c21d7f98301b71b07cbf369 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Sep 2018 15:35:47 +0800 Subject: [PATCH] Fixe prune_libtool_files temp variable --- hooks/ebuild_install_post/prune_libtool_files.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/ebuild_install_post/prune_libtool_files.bash b/hooks/ebuild_install_post/prune_libtool_files.bash index 7880348..a9c1902 100644 --- a/hooks/ebuild_install_post/prune_libtool_files.bash +++ b/hooks/ebuild_install_post/prune_libtool_files.bash @@ -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