From 6797087d494f8707be1236bb1e420e60af35b903 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 17 Jun 2010 10:05:16 +0000 Subject: main/wpa_supplicant: fix init.d script and move config --- main/wpa_supplicant/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'main/wpa_supplicant/APKBUILD') diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD index a79805c907..62695bf711 100644 --- a/main/wpa_supplicant/APKBUILD +++ b/main/wpa_supplicant/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=wpa_supplicant pkgver=0.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant" license="GPL" @@ -91,15 +91,17 @@ prepare() { build() { cd "$_builddir" make LIBDIR=/lib BINDIR=/sbin || return 1 + # comment out the network={ } stansas in config + sed -i -e '/^network=/,/}/s/^/#/' wpa_supplicant.conf } package() { cd "$_builddir" make DESTDIR="$pkgdir" LIBDIR=/lib BINDIR=/sbin install || return 1 - install -Dm644 wpa_supplicant.conf "$pkgdir"/etc/wpa_supplicant.conf + install -Dm644 wpa_supplicant.conf \ + "$pkgdir"/etc/wpa_supplicant/wpa_supplicant.conf install -Dm644 doc/docbook/wpa_supplicant.conf.5 \ "$pkgdir"/usr/share/man/man5/wpa_supplicant.conf.5 || return 1 - for i in wpa_background wpa_cli wpa_passphrase wpa_supplicant; do install -Dm644 doc/docbook/$i.8 \ "$pkgdir"/usr/share/man/man8/$i.8 || return 1 @@ -120,5 +122,5 @@ package() { "$pkgdir"/etc/conf.d/wpa_supplicant || return 1 } md5sums="0e2cb7e4c35667351d8b7ec28c783e6a wpa_supplicant-0.7.2.tar.gz -6185ecb6aecef66310cdd23fb3fb7d0c wpa_supplicant.initd +55f853354f51ba947e4dd6ee2bb0d64a wpa_supplicant.initd bc117427f2c538439f3f1481a028ee06 wpa_supplicant.confd" -- cgit v1.2.3