Correct POTFILES.in and non-hildon installation path
This commit is contained in:
parent
3c75e9eb20
commit
7f5ad69b86
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
|
|
||||||
midori.desktop.in
|
data/midori.desktop.in
|
||||||
midori/main.c
|
midori/main.c
|
||||||
midori/midori-app.c
|
midori/midori-app.c
|
||||||
midori/midori-browser.c
|
midori/midori-browser.c
|
||||||
|
|
2
wscript
2
wscript
|
@ -313,7 +313,7 @@ def build (bld):
|
||||||
if bld.env['INTLTOOL']:
|
if bld.env['INTLTOOL']:
|
||||||
obj = bld.new_task_gen ('intltool_in')
|
obj = bld.new_task_gen ('intltool_in')
|
||||||
obj.source = 'data/' + APPNAME + '.desktop.in'
|
obj.source = 'data/' + APPNAME + '.desktop.in'
|
||||||
obj.install_path = '${DATADIR}/applications/hildon'
|
obj.install_path = appdir
|
||||||
obj.flags = '-d'
|
obj.flags = '-d'
|
||||||
bld.install_files (appdir, 'data/' + APPNAME + '.desktop')
|
bld.install_files (appdir, 'data/' + APPNAME + '.desktop')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue