summaryrefslogtreecommitdiff
path: root/community/pound/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pound/PKGBUILD')
-rw-r--r--community/pound/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD
index efeee6ce8..2f66f0892 100644
--- a/community/pound/PKGBUILD
+++ b/community/pound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91868 2013-05-28 17:43:52Z spupykin $
+# $Id: PKGBUILD 91955 2013-05-30 09:43:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=pound
pkgver=2.6
-pkgrel=5
+pkgrel=6
pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
arch=('i686' 'x86_64')
url="http://www.apsis.ch/pound/index_html"
@@ -37,4 +37,5 @@ package() {
install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+ rmdir $pkgdir/usr/sbin
}