diff options
Diffstat (limited to 'config-box-proton-base.PKGBUILD')
-rw-r--r-- | config-box-proton-base.PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config-box-proton-base.PKGBUILD b/config-box-proton-base.PKGBUILD index c2587c1..5d560a3 100644 --- a/config-box-proton-base.PKGBUILD +++ b/config-box-proton-base.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20170204 +pkgver=20170320 package() { preamble @@ -26,8 +26,6 @@ add-unit etc/systemd/system/multi-user.target.wants/haveged.service add-unit etc/systemd/system/multi-user.target.wants/remote-fs.target ln -s ../usr/lib/os-release etc/os-release -install -d etc/ssl/certs -ln -s ../../ca-certificates/extracted/tls-ca-bundle.pem etc/ssl/certs/ca-certificates.crt install -d etc/ssl/private ln -s ../../letsencrypt/live/$(cat etc/hostname) etc/ssl/private/myhostname |