]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-etc-certs.patch
- up to 20150426
[packages/ca-certificates.git] / ca-certificates-etc-certs.patch
index 262a987ca4aaf83caabfe5abff9007804cec863f..2e9c4c72120204d8ce13edd9709482d92bdf22ea 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.030174 seconds and 4 git commands to generate.