From e7e523b41849bc51da3de21293373c3204cf10b1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 7 Jun 2019 01:38:40 +0200 Subject: Fix rpath permission issue for linux packages --- tools/linux_packaging/build | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index f2907adcaf..96e13b53b1 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -593,6 +593,7 @@ while [ true ] ; do echo "Copying dependant lib $dep (required by ${parent})" cp $dep $Libraries fi + chmod 755 $Libraries/`basename $dep` # # reset RPATH so that the runtime linker never looks # in places we don't want it to -- cgit v1.2.3