summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-06 00:59:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-06 00:59:49 +0100
commitb0718baa1118bdc297c664734135c5e9964bf450 (patch)
treed20fdcf1dc4d110baf2e44d5d1bb4e065b1f039f /wscript
parent0db03a5d06f72ede633fb7ef32f0a340b2c34fed (diff)
Another typo.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 68be08909..5c7ba53d2 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', 'dvdomatic_batch.desktop.in'])
+ bld.install_files('${PREFIX}/share/applications', ['dvdomatic.desktop', 'dvdomatic_batch.desktop'])
for r in ['22x22', '32x32', '48x48', '64x64', '128x128']:
bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)