Moving the poedit-dump-legacy file location
authorDebian l10n developers <debian-l10n-devel@lists.alioth.debian.org>
Fri, 6 Jan 2017 07:32:48 +0000 (07:32 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 6 Jan 2017 07:32:48 +0000 (07:32 +0000)
Gbp-Pq: Name mv-poedit-dump-legacy.patch

src/tm/tm_migrate.cpp

index 19055b34e86c49076a5f32b6444ea8b8d72d6cf4..7dc5305388c21ecf0a2e2b5dfde38506c204caf6 100644 (file)
@@ -94,7 +94,7 @@ wxString GetDumpToolPath()
     return path.GetFullPath();
   #endif
 #else
-    return wxStandardPaths::Get().GetInstallPrefix() + "/libexec/poedit-dump-legacy-tm";
+    return wxStandardPaths::Get().GetInstallPrefix() + "/lib/poedit/poedit-dump-legacy-tm";
 #endif
 }