summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-18 23:39:35 +0100
committerRobin Gareus <robin@gareus.org>2014-11-19 00:21:32 +0100
commitcc5f5c77388a7e326dab249047891c88c79bffdd (patch)
treec5633f4cbf50ca290652820646415768e6b3be5d /tools/x-win
parent9bac4df9eccf23b9f60194f94adeffc4f784a266 (diff)
copy hotspots file when packaging windows cursors
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 14f95bfb7d..846ed61a10 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -116,7 +116,7 @@ cp COPYING $DESTDIR/share/
cp gtk2_ardour/icons/ardour.ico $DESTDIR/share/
# replace default cursor with square version (sans hotspot file)
-cp gtk2_ardour/icons/cursor_square/*.png $DESTDIR/share/ardour3/icons/
+cp gtk2_ardour/icons/cursor_square/* $DESTDIR/share/ardour3/icons/
# clean build-dir after depoyment
./waf uninstall