]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-etc-certs.patch
- up to 20141019
[packages/ca-certificates.git] / ca-certificates-etc-certs.patch
index 262a987ca4aaf83caabfe5abff9007804cec863f..0427ca2e628567d2214b7eae0a4ef1b491a051cc 100644 (file)
    if test -L "$PEM"
    then
      rm -f "$PEM"
-@@ -89,6 +89,7 @@
+@@ -90,6 +90,7 @@ if [ "$fresh" = 1 ]; then
    do
-      case $(readlink $symlink) in
-      $CERTSDIR*) rm -f $symlink;;
-+     $LOCALCERTSDIR*) rm -f $symlink;;
-      esac
+     case $(readlink $symlink) in
+       $CERTSDIR*) rm -f $symlink;;
++      $LOCALCERTSDIR*) rm -f $symlink;;
+     esac
    done
    find . -type l -print | while read symlink
 @@ -111,24 +111,18 @@
This page took 0.054059 seconds and 4 git commands to generate.