]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-etc-certs.patch
- missing hunk
[packages/ca-certificates.git] / ca-certificates-etc-certs.patch
index 9ed3a0d6a5fe1cf3d7692bfc148adbebacb82597..509dfd10cf7ce50fa3b69d9439975f54f442f0c9 100644 (file)
    then
      rm -f "$PEM"
 @@ -110,24 +110,18 @@
+   do
+      case $(readlink $symlink) in
+      $CERTSDIR*) rm -f $symlink;;
++     $LOCALCERTSDIR*) rm -f $symlink;;
+      esac
+   done
+   find . -type l -print | while read symlink
+@@ -110,24 +110,18 @@
  
  sed -e '/^$/d' -e '/^#/d' -e '/^!/d' $CERTSCONF | while read crt
  do
This page took 0.035326 seconds and 4 git commands to generate.