]> spindle.queued.net Git - midori/commitdiff
Correct POTFILES.in and non-hildon installation path
authorChristian Dywan <christian@twotoasts.de>
Wed, 28 Jan 2009 00:03:16 +0000 (01:03 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 28 Jan 2009 00:03:16 +0000 (01:03 +0100)
po/POTFILES.in
wscript

index 1b11da2e0391b87f536a6a743740b5da9a4742d1..ccba854cc130131fd29b9ee8d34b9ea501e3a508 100644 (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
diff --git a/wscript b/wscript
index 018ce5f6da33655744fc3374fa77d57b67decc64..234a96daa750b7c13264f0222576570c213a91c6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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: