summaryrefslogtreecommitdiff
path: root/community/stunnel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
committerroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
commit68572eac2031955131806e1ab066f5aaac1396e2 (patch)
treea7ad0bf8988effbf1a55c885f968d10660055cf9 /community/stunnel
parent85ca6bfccdec6939881572fb1154f1a07d54937c (diff)
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'community/stunnel')
-rw-r--r--community/stunnel/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD
index fac1cd3b5..609f2b556 100644
--- a/community/stunnel/PKGBUILD
+++ b/community/stunnel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61992 2012-01-13 15:53:58Z lfleischer $
+# $Id: PKGBUILD 69552 2012-04-18 09:36:36Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=stunnel
pkgver=4.52
-pkgrel=1
+pkgrel=2
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
url="http://www.stunnel.org"
@@ -52,8 +52,8 @@ package() {
install -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
# move systemd service into place
- install -dm755 "$pkgdir/lib/systemd/system"
- mv "tools/stunnel.service" "$pkgdir/lib/systemd/system/"
+ install -dm755 "$pkgdir/usr/lib/systemd/system"
+ mv "tools/stunnel.service" "$pkgdir/usr/lib/systemd/system/"
sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \