]> git.pld-linux.org Git - packages/ca-certificates.git/commitdiff
- some pem files does not end with new line, so make sure they do
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 9 Feb 2010 14:37:21 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ca-certificates-endline.patch -> 1.1

ca-certificates-endline.patch [new file with mode: 0644]

diff --git a/ca-certificates-endline.patch b/ca-certificates-endline.patch
new file mode 100644 (file)
index 0000000..6d7a8f3
--- /dev/null
@@ -0,0 +1,10 @@
+--- ca-certificates/update-ca-certificates~    2010-02-09 15:15:01.599029404 +0100
++++ ca-certificates/update-ca-certificates     2010-02-09 15:32:56.982153588 +0100
+@@ -70,6 +70,7 @@
+     echo +$PEM >> "$ADDED"
+   fi
+   cat "$CERT" >> "$TEMPBUNDLE"
++  echo >> "$TEMPBUNDLE"
+ }
+ remove() {
This page took 0.068561 seconds and 4 git commands to generate.