From 2ce0e3af2227f9920bac76bcef8b5500741aff24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 1 Feb 2010 13:32:43 +0000 Subject: [PATCH] - syntax error :/ Changed files: ca-certificates-etc-certs.patch -> 1.4 --- ca-certificates-etc-certs.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ca-certificates-etc-certs.patch b/ca-certificates-etc-certs.patch index ab1b0d2..9ed3a0d 100644 --- a/ca-certificates-etc-certs.patch +++ b/ca-certificates-etc-certs.patch @@ -27,7 +27,7 @@ if test -L "$PEM" then rm -f "$PEM" -@@ -110,24 +110,17 @@ +@@ -110,24 +110,18 @@ sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt do @@ -36,6 +36,7 @@ then + add "$CERTSDIR/$crt" + elif test -f "$LOCALCERTSDIR/$crt" ++ then + add "$LOCALCERTSDIR/$crt" + else - echo "W: $CERTSDIR/$crt not found, but listed in $CERTSCONF." >&2 -- 2.43.0