Correct POTFILES.in and non-hildon installation path

This commit is contained in:
Christian Dywan 2009-01-28 01:03:16 +01:00
parent 3c75e9eb20
commit 7f5ad69b86
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# List of source files containing translatable strings.
midori.desktop.in
data/midori.desktop.in
midori/main.c
midori/midori-app.c
midori/midori-browser.c

View file

@ -313,7 +313,7 @@ def build (bld):
if bld.env['INTLTOOL']:
obj = bld.new_task_gen ('intltool_in')
obj.source = 'data/' + APPNAME + '.desktop.in'
obj.install_path = '${DATADIR}/applications/hildon'
obj.install_path = appdir
obj.flags = '-d'
bld.install_files (appdir, 'data/' + APPNAME + '.desktop')
else: