copy hotspots file when packaging windows cursors
authorRobin Gareus <robin@gareus.org>
Tue, 18 Nov 2014 22:39:35 +0000 (23:39 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 18 Nov 2014 23:21:32 +0000 (00:21 +0100)
tools/x-win/package.sh

index 14f95bfb7dc5a8d1e6cea236b88a43f1693e2589..846ed61a1044d2e7764487a1fc34c68dd35ada4f 100755 (executable)
@@ -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