From 71865896180f80c3f5c3ed04244d9f135803b590 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 17 May 2018 20:51:15 +0000 Subject: [PATCH] common/hooks/pre-pkg/04-generate-runtime-deps.sh: remove unused variable --- common/hooks/pre-pkg/04-generate-runtime-deps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/hooks/pre-pkg/04-generate-runtime-deps.sh b/common/hooks/pre-pkg/04-generate-runtime-deps.sh index 556fbc87ef..d244a8495c 100644 --- a/common/hooks/pre-pkg/04-generate-runtime-deps.sh +++ b/common/hooks/pre-pkg/04-generate-runtime-deps.sh @@ -47,7 +47,7 @@ store_pkgdestdir_rundeps() { } hook() { - local depsftmp f lf j tmplf mapshlibs sorequires _curdep + local depsftmp f lf j mapshlibs sorequires _curdep # Disable trap on ERR, xbps-uhelper cmd might return error... but not something # to be worried about because if there are broken shlibs this hook returns @@ -55,7 +55,6 @@ hook() { trap - ERR mapshlibs=$XBPS_COMMONDIR/shlibs - tmplf=$XBPS_SRCPKGDIR/$pkgname/template if [ -n "$noarch" -o -n "$noverifyrdeps" ]; then store_pkgdestdir_rundeps