diff options
author | David Robillard <d@drobilla.net> | 2010-02-12 23:27:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-02-12 23:27:01 +0000 |
commit | 4750fff78baec94cb230b023ed29a7c4461c8544 (patch) | |
tree | 93dfe2574f999e0b54e257a244d80b4b85cb4bdc /wscript | |
parent | b5cb52afade0a522d4e0dbfa0bdc1cbb963f665f (diff) | |
download | ingen-4750fff78baec94cb230b023ed29a7c4461c8544.tar.gz ingen-4750fff78baec94cb230b023ed29a7c4461c8544.tar.bz2 ingen-4750fff78baec94cb230b023ed29a7c4461c8544.zip |
Install icons to correct locations.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2440 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,6 +116,6 @@ def build(bld): icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48'] for s in icon_sizes: bld.install_as( - os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', 'apps', 'ingen.png'), + os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', s, 'apps', 'ingen.png'), 'icons/' + s + '/ingen.png') |