Fix rpath permission issue for linux packages

This commit is contained in:
Robin Gareus 2019-06-07 01:38:40 +02:00
parent fb2e65fd35
commit e7e523b418
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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