[arch-commits] Commit in certbot/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Jun 2 08:50:55 UTC 2016


    Date: Thursday, June 2, 2016 @ 10:50:55
  Author: fyan
Revision: 177717

upgpkg: certbot 0.7.0-2

revert the path change

Modified:
  certbot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-02 08:44:35 UTC (rev 177716)
+++ PKGBUILD	2016-06-02 08:50:55 UTC (rev 177717)
@@ -4,7 +4,7 @@
 
 pkgname=certbot
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
@@ -39,6 +39,6 @@
   cd "$srcdir"/$pkgname-$pkgver
   python2 setup.py install --root="$pkgdir"
 
-  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/certbot
-  chmod 700 "$pkgdir"/var/log/certbot
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
 }



More information about the arch-commits mailing list