summaryrefslogtreecommitdiff
path: root/community/ipvsadm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipvsadm/PKGBUILD')
-rw-r--r--community/ipvsadm/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD
index 7e78d5906..7a3279978 100644
--- a/community/ipvsadm/PKGBUILD
+++ b/community/ipvsadm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 83590 2013-02-03 14:26:41Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# $Id: PKGBUILD 90518 2013-05-12 23:51:34Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=ipvsadm
pkgver=1.26
-pkgrel=7
+pkgrel=8
pkgdesc='The IP Virtual Server administration utility'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.linuxvirtualserver.org/software/ipvs.html'
@@ -22,9 +22,12 @@ md5sums=('eac3ba3f62cd4dea2da353aeddd353a8'
'dc87684064f85b64c1e79c1eac336303'
'e9fb77d2fbe2d3f41d60257316338543')
+prepare() {
+ patch -p1 -d $pkgname-$pkgver < 01-fix-not-showing-all-server.patch
+}
+
build() {
cd $pkgname-$pkgver
- patch -p1 -i ../01-fix-not-showing-all-server.patch
make
}
@@ -33,7 +36,7 @@ package() {
make \
BUILD_ROOT="$pkgdir" \
MANDIR=usr/share/man \
- SBIN="$pkgdir/usr/sbin" \
+ SBIN="$pkgdir/usr/bin" \
INIT="$pkgdir/etc/rc.d" \
install
popd