Always install the scalable icons

This commit is contained in:
Christian Dywan 2010-06-29 07:09:01 +02:00
parent 2f09df75b0
commit 7e015f88a9
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ def add_image (bld, category, name):
else:
Utils.pprint ('BLUE', "Optimized icons could not be created.")
break
bld.install_files ('${MDATADIR}/icons/hicolor/scalable/' + category,
srcdir + '/icons/scalable/' + name + '.svg')
add_image (bld, 'categories', 'extension')
add_image (bld, 'apps', 'midori')