From 900a4dbd941845c67f5ac4cd271cf9163cf4cbc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 May 2013 13:10:17 +0100 Subject: Missing install file for batch converter. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index aa27fe344..2a3f86fb1 100644 --- a/wscript +++ b/wscript @@ -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) -- cgit v1.2.3