[wyrd] fix patch

Till Maas till at fedoraproject.org
Sat Aug 4 18:30:54 UTC 2012


commit e805043f80fa45a105a9cb666cdf7d08fe4000aa
Author: Till Maas <opensource at till.name>
Date:   Sat Aug 4 20:30:33 2012 +0200

    fix patch

 wyrd-ocaml4_version_check.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wyrd-ocaml4_version_check.patch b/wyrd-ocaml4_version_check.patch
index 4fe3dc0..7a3b431 100644
--- a/wyrd-ocaml4_version_check.patch
+++ b/wyrd-ocaml4_version_check.patch
@@ -6,7 +6,7 @@ diff -up wyrd-1.4.5/configure.ocaml4_version_check wyrd-1.4.5/configure
  if test $OCAMLMAJORVERSION -lt 3 ; then
     as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5
 -else
-+else if test $OCAMLMAJORVERSION == 3 ; then
++elif test $OCAMLMAJORVERSION == 3 ; then
     if test $OCAMLMINORVERSION -lt 8 ; then
        as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5
     fi


More information about the scm-commits mailing list