aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-25 08:52:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-25 08:52:20 +0000
commite6d530f2064b6b25eb36943b1e55cb004e79071f (patch)
treea19b48843b4fe59167d66b65af5e29a7c421486b /core
parent3e27c4ab0d4310a7e24dec48e3672034adec1e79 (diff)
downloadaports-e6d530f2064b6b25eb36943b1e55cb004e79071f.tar.bz2
aports-e6d530f2064b6b25eb36943b1e55cb004e79071f.tar.xz
core/alpine-baselayout: upgrade to 2.0_alpha5
we're giving 'release early, release often' new meaning...
Diffstat (limited to 'core')
-rw-r--r--core/alpine-baselayout/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/alpine-baselayout/APKBUILD b/core/alpine-baselayout/APKBUILD
index 16fcd347c6..1083166b04 100644
--- a/core/alpine-baselayout/APKBUILD
+++ b/core/alpine-baselayout/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-baselayout
-pkgver=2.0_alpha4
-pkgrel=1
+pkgver=2.0_alpha5
+pkgrel=0
pkgdesc="Alpine base dir structure and init scripts"
url=http://git.alpinelinux.org/cgit/alpine-baselayout
depends="uclibc"
@@ -25,6 +25,5 @@ build() {
make
make install PREFIX= DESTDIR="$pkgdir" || return 1
- ln -sf /proc/mounts "$pkgdir/etc/mtab"
}
-md5sums="fbf4349899ec681c29c22cc98f50cbf8 alpine-baselayout-2.0_alpha4.tar.bz2"
+md5sums="4ecfe2b52e2a3f84d5c689612a4e39cb alpine-baselayout-2.0_alpha5.tar.bz2"