From ef1bfb4d14b33699bb3cb9b1d3fc0dbe2b7daa56 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Dec 2009 15:14:53 +0000 Subject: Patchage 0.4.4. Fix incorrect icon install paths. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2307 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index a9581b9..e5593a2 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ import autowaf import Options # Version of this package (even if built as a child) -PATCHAGE_VERSION = '0.4.3' +PATCHAGE_VERSION = '0.4.4' # Variables for 'waf dist' APPNAME = 'patchage' @@ -169,7 +169,7 @@ def build(bld): for s in icon_sizes: bld.install_as( os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', s, 'apps', - bld.env['APP_INSTALL_NAME'], '.png'), + bld.env['APP_INSTALL_NAME'] + '.png'), 'icons/' + s + '/patchage.png') def shutdown(): -- cgit v1.2.1