SOURCES: mozilla-enigmail-makemake.patch (NEW) - fix for makemake ...

hawk hawk at pld-linux.org
Tue Jan 24 10:50:35 CET 2006


Author: hawk                         Date: Tue Jan 24 09:50:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for makemake script in ipc/enigmail extensions

---- Files affected:
SOURCES:
   mozilla-enigmail-makemake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mozilla-enigmail-makemake.patch
diff -u /dev/null SOURCES/mozilla-enigmail-makemake.patch:1.1
--- /dev/null	Tue Jan 24 10:50:35 2006
+++ SOURCES/mozilla-enigmail-makemake.patch	Tue Jan 24 10:50:30 2006
@@ -0,0 +1,32 @@
+diff -ur mozilla.orig/extensions/enigmail/makemake mozilla/extensions/enigmail/makemake
+--- mozilla.orig/extensions/enigmail/makemake	2004-12-18 15:06:12.000000000 +0100
++++ mozilla/extensions/enigmail/makemake	2006-01-24 08:29:48.000000000 +0100
+@@ -17,7 +17,11 @@
+    echo $wd
+ 
+    set top_srcdir = ""
+-   while (("$wd" != "") && (${wd:t} != "mozilla"))
++   while (("$wd" != ""))
++      if((${wd:t} == "extensions")) then
++         set top_srcdir = "../$top_srcdir"
++         break
++      endif
+       if ("$top_srcdir" == "") then
+          set top_srcdir = ".."
+       else
+diff -ur mozilla.orig/extensions/ipc/makemake mozilla/extensions/ipc/makemake
+--- mozilla.orig/extensions/ipc/makemake	2006-01-24 08:29:09.000000000 +0100
++++ mozilla/extensions/ipc/makemake	2006-01-24 08:29:48.000000000 +0100
+@@ -17,7 +17,11 @@
+    echo $wd
+ 
+    set top_srcdir = ""
+-   while (("$wd" != "") && (${wd:t} != "mozilla"))
++   while (("$wd" != ""))
++      if((${wd:t} == "extensions")) then
++         set top_srcdir = "../$top_srcdir"
++         break
++      endif
+       if ("$top_srcdir" == "") then
+          set top_srcdir = ".."
+       else
================================================================


More information about the pld-cvs-commit mailing list