summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-02-17 20:58:45 +0100
committerRobin Gareus <robin@gareus.org>2015-02-17 20:58:59 +0100
commit6f3a25317201efd384734327a4d3caae93db3b3e (patch)
tree637e0367e2fbc0fc89bd0f6819d5b742520b5469 /tools/x-win
parent58137b83262208bb317c3dbd08f95698b409f254 (diff)
fix windows packaging (unversioned dll)
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index ad1a923483..14199b95aa 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -129,7 +129,7 @@ if test -d $PREFIX/lib/lv2/lv2core.lv2 ; then
cp -R $PREFIX/lib/lv2/lv2core.lv2 $ALIBDIR/LV2/
fi
-mv $ALIBDIR/surfaces/ardourcp-*.dll $DESTDIR/bin/
+mv $ALIBDIR/surfaces/ardourcp*.dll $DESTDIR/bin/
# TODO use -static-libgcc -static-libstdc++ -- but for .exe files only
if update-alternatives --query ${XPREFIX}-gcc | grep Value: | grep -q win32; then