13
0

even more potential fixes for partial stripping of a linux bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@9255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-01 19:34:31 +00:00
parent 041fd2ce8c
commit 12c62f0c82

View File

@ -512,6 +512,9 @@ while [ true ] ; do
else
echo "Copying dependant lib $dep (required by ${parent})"
cp $dep $Libraries
fi
if echo $dep | grep -sq '^/' ; then
# absolute path, candidate for stripping
deplibs="$deplibs $base"
fi
missing=true