Missing install file for batch converter.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 12:10:17 +0000 (13:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 12:10:17 +0000 (13:10 +0100)
wscript

diff --git a/wscript b/wscript
index aa27fe344dd90546a9a9de8a3024fd07f0b035ca..2a3f86fb1a255a2b020a36aee429c2a0fe9ab448 100644 (file)
--- 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)