diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-01 14:06:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-01 14:06:25 +0000 |
commit | 89c67816f063d0f83a07353a54c4eb4f041ea25d (patch) | |
tree | 8910cd89ddeb53abaa530f9209eb3a3ffffd393d | |
parent | 9392b2ffd96634ff39bedb5867505083f6d8c877 (diff) | |
download | aports-89c67816f063d0f83a07353a54c4eb4f041ea25d.tar.bz2 aports-89c67816f063d0f83a07353a54c4eb4f041ea25d.tar.xz |
core/alpine-conf: upgrade to 2.0_alpha7
includes setup-disk
-rw-r--r-- | core/alpine-conf/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/alpine-conf/APKBUILD b/core/alpine-conf/APKBUILD index bfb03a19b4..a9d0bcb93a 100644 --- a/core/alpine-conf/APKBUILD +++ b/core/alpine-conf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=alpine-conf -pkgver=2.0_alpha6 +pkgver=2.0_alpha7 pkgrel=0 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname @@ -11,13 +11,10 @@ license="GPL-2" build() { cd "$srcdir/$pkgname-$pkgver" make PREFIX= || return 1 - - # workaround. fixed in git so this needs to be removed next release - sed -i -e 's:/usr/share/lbu/libalpine.sh:/lib/libalpine.sh:' lbu make install PREFIX= DESTDIR="$pkgdir" for i in commit exclude include status update; do ln -s lbu "$pkgdir"/sbin/lbu_$i done } -md5sums="e17b7b2cf3aa1089c14eaef2e962b3be alpine-conf-2.0_alpha6.tar.bz2" +md5sums="f9eb1fa25b25f2e0c5597642dfca8a2e alpine-conf-2.0_alpha7.tar.bz2" |