From: Jan Rękorajski Date: Mon, 1 Feb 2010 13:32:43 +0000 (+0000) Subject: - syntax error :/ X-Git-Tag: auto/th/ca-certificates-20090814-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fca-certificates.git;a=commitdiff_plain;h=2ce0e3af2227f9920bac76bcef8b5500741aff24 - syntax error :/ Changed files: ca-certificates-etc-certs.patch -> 1.4 --- 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