[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. upstream/0.14.1-15-g4957aab
Stefan Ebner
sebner at ubuntu.com
Wed Aug 5 16:50:30 UTC 2009
The following commit has been merged in the master branch:
commit 4957aabcf25889021157b825dff5b9992528832d
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Wed Aug 5 18:50:10 2009 +0200
Fix wrapper script
diff --git a/debian/patches/03_fix_wrapper_script b/debian/patches/03_fix_wrapper_script
new file mode 100644
index 0000000..1fb193f
--- /dev/null
+++ b/debian/patches/03_fix_wrapper_script
@@ -0,0 +1,10 @@
+Index: longomatch/LongoMatch/longomatch.in
+Description: Fix start script since build scripts are b0rken
+===================================================================
+--- longomatch.orig/LongoMatch/longomatch.in 2009-08-05 18:37:45.617367457 +0200
++++ longomatch/LongoMatch/longomatch.in 2009-08-05 18:38:00.945353715 +0200
+@@ -1,3 +1,3 @@
+ #!/bin/sh
+
+-exec mono "@expanded_libdir@/@PACKAGE@/LongoMatch.exe" "$@"
++exec mono "/usr/lib/longomatch/LongoMatch.exe" "$@"
diff --git a/debian/patches/series b/debian/patches/series
index 2d2e22b..64311af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_fix_desktop_file
02_use_csc
+03_fix_wrapper_script
--
longomatch
More information about the Pkg-cli-apps-commits
mailing list