summaryrefslogtreecommitdiff
path: root/community/pound
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-31 12:35:56 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-31 12:35:56 +0200
commit0dc1411695376442c13f473499a876f085074d75 (patch)
tree1ce41a87f86a15e6a72ae9e9198a05c755e293f0 /community/pound
parente6e5e22dc82259030c1c26dc78bb4e761861abfc (diff)
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/acpid/PKGBUILD core/btrfs-progs/PKGBUILD extra/calligra/PKGBUILD extra/libxcursor/PKGBUILD extra/xine-lib/PKGBUILD
Diffstat (limited to 'community/pound')
-rw-r--r--community/pound/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD
index 00069ada2..717203c27 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' 'mips64el')
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
}