summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-18 22:32:06 +0100
committerRobin Gareus <robin@gareus.org>2014-11-18 22:32:06 +0100
commit41128d1fd4cb80f5af5323fe8a8dbc810175ddca (patch)
treec320f8343e2d728e61c1f78a649731a91677f5d8 /tools
parentf082c42994358816a1cfde55c7482f52021e93fc (diff)
fix windows icon deply path
Diffstat (limited to 'tools')
-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 985ee6e8d7..14f95bfb7d 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/icons/
+cp gtk2_ardour/icons/cursor_square/*.png $DESTDIR/share/ardour3/icons/
# clean build-dir after depoyment
./waf uninstall