13
0

copy hotspots file when packaging windows cursors

This commit is contained in:
Robin Gareus 2014-11-18 23:39:35 +01:00
parent 9bac4df9ec
commit cc5f5c7738

View File

@ -116,7 +116,7 @@ cp COPYING $DESTDIR/share/
cp gtk2_ardour/icons/ardour.ico $DESTDIR/share/ cp gtk2_ardour/icons/ardour.ico $DESTDIR/share/
# replace default cursor with square version (sans hotspot file) # 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 # clean build-dir after depoyment
./waf uninstall ./waf uninstall