Fix previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 12:36:33 +0000 (13:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 May 2013 12:36:33 +0000 (13:36 +0100)
wscript

diff --git a/wscript b/wscript
index 2a3f86fb1a255a2b020a36aee429c2a0fe9ab448..68be089099aeafc26fb574f5705127f2b23123ad 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', 'dvdomatic_batch.desktop.in')
+    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)