From 5012dcc3a9e7caf8b68ec46ab604592a2f94503d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 10 Sep 2013 06:11:15 +0000 Subject: testing/keepalived: claim ownership. remove sysv scripts --- testing/keepalived/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'testing/keepalived') diff --git a/testing/keepalived/APKBUILD b/testing/keepalived/APKBUILD index e5a082f2c0..45a287590c 100644 --- a/testing/keepalived/APKBUILD +++ b/testing/keepalived/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Pablo Castorino +# Maintainer: Natanael Copa pkgname=keepalived pkgver=1.2.8 -pkgrel=0 +pkgrel=1 pkgdesc="Health Checking for Linux Virtual Server & High-Availability" url="http://www.keepalived.org/" arch="all" @@ -14,7 +15,6 @@ source="http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz $pkgname.initd $pkgname.confd " -# keepalived-1.1.20-ipvs_haeader_check.patch _builddir="$srcdir"/$pkgname-$pkgver @@ -44,10 +44,12 @@ build() { package() { cd "$_builddir" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install || return 1 install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname + + rm -r "$pkgdir"/etc/rc.d "$pkgdir"/etc/sysconfig } samples() { -- cgit v1.2.3