summaryrefslogtreecommitdiff
path: root/community/netcf/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/netcf/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/netcf/PKGBUILD')
-rw-r--r--community/netcf/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD
index 4bc67a275..aebdc4f3d 100644
--- a/community/netcf/PKGBUILD
+++ b/community/netcf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88327 2013-04-16 13:30:25Z spupykin $
+# $Id: PKGBUILD 90691 2013-05-13 14:30:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Aurélien Wailly <aurelien.wailly@gmail.com>
pkgname=netcf
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A library for configuring network interfaces"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
@@ -30,5 +30,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
- rm -rf $pkgdir/etc/rc.d/init.d
+ rm -rf $pkgdir/etc/rc.d
}