summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-02 20:19:26 +0000
committerDavid Robillard <d@drobilla.net>2012-05-02 20:19:26 +0000
commite3ab9daee603ab39ea41bcddf299927e56cf194c (patch)
treedac377670e86620be17f13424c9835e05e71588b /wscript
parentc4fce4b2214cc88978c182d9bdbd4d3bfdf48eca (diff)
downloadingen-e3ab9daee603ab39ea41bcddf299927e56cf194c.tar.gz
ingen-e3ab9daee603ab39ea41bcddf299927e56cf194c.tar.bz2
ingen-e3ab9daee603ab39ea41bcddf299927e56cf194c.zip
Rename ingen_cmd to ingenish.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5db31035..16f7ec52 100644
--- a/wscript
+++ b/wscript
@@ -169,7 +169,7 @@ def build(bld):
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LILV INGEN LV2')
bld.install_files('${DATADIR}/applications', 'src/ingen/ingen.desktop')
- bld.install_files('${BINDIR}', 'scripts/ingen_cmd', chmod=Utils.O755)
+ bld.install_files('${BINDIR}', 'scripts/ingenish', chmod=Utils.O755)
# Documentation
autowaf.build_dox(bld, 'INGEN', INGEN_VERSION, top, out)