mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix rpath permission issue for linux packages
This commit is contained in:
parent
fb2e65fd35
commit
e7e523b418
1 changed files with 1 additions and 0 deletions
|
|
@ -593,6 +593,7 @@ while [ true ] ; do
|
||||||
echo "Copying dependant lib $dep (required by ${parent})"
|
echo "Copying dependant lib $dep (required by ${parent})"
|
||||||
cp $dep $Libraries
|
cp $dep $Libraries
|
||||||
fi
|
fi
|
||||||
|
chmod 755 $Libraries/`basename $dep`
|
||||||
#
|
#
|
||||||
# reset RPATH so that the runtime linker never looks
|
# reset RPATH so that the runtime linker never looks
|
||||||
# in places we don't want it to
|
# in places we don't want it to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue