when doing a pure copy of a region, which resets the position, reset the position...
[ardour.git] / gtk2_ardour / ardev
index 73f657322874087f6bef670c496df8bc97f7a442..aee9a481023d257cf0baca0582fd7d8259fb3139 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-. `dirname "$0"`/ardev_common.sh
-exec gtk2_ardour/ardour-2.0beta10 $*
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+exec $TOP/$EXECUTABLE "$@"