diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-05 13:10:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-05 13:10:17 +0100 |
| commit | 900a4dbd941845c67f5ac4cd271cf9163cf4cbc2 (patch) | |
| tree | 4925c54032bab391cb3a402de6843f66f3acdfcf | |
| parent | 3d687810d925d8921eda222dc117e5f97f355acf (diff) | |
Missing install file for batch converter.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ def build(bld): obj.target = 'dvdomatic_batch.desktop' obj.dict = d - bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop') + bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop', 'dvdomatic_batch.desktop.in') for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r) |
