summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:52:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:52:59 +0000
commit1bdc026bcdda7a3e7846caa9c23dfdf976612809 (patch)
tree01447d9fd643a45386a76f949b4e8b0ff043e7b6 /tools
parent0d0f487686fde76c01e09e7126e46c7ef2886730 (diff)
more potential fixes for partial stripping of a linux bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@9253 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 6e27f87b85..cde7e19a53 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -452,6 +452,7 @@ OURLIBS=$OURLIBDIR/vamp-sdk:$OURLIBDIR/surfaces/control_protocol:$OURLIBDIR/ardo
echo $OURLIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
checkedIdx=0
+deplibs=
while [ true ] ; do
missing=false
@@ -511,7 +512,7 @@ while [ true ] ; do
else
echo "Copying dependant lib $dep (required by ${parent})"
cp $dep $Libraries
- deplibs = "$deplibs $base"
+ deplibs="$deplibs $base"
fi
missing=true
fi