diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-20 15:24:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-20 15:24:21 +0000 |
commit | 3e4d10f1b9e282b22db8128c439786436cd9320a (patch) | |
tree | abe1b5c5f1a4cb54f7b7dc77c5d7c126f06c0f32 /main/augeas | |
parent | 98a61d58a4887b8fdafd472ed555b338c7fbe513 (diff) | |
download | aports-3e4d10f1b9e282b22db8128c439786436cd9320a.tar.bz2 aports-3e4d10f1b9e282b22db8128c439786436cd9320a.tar.xz |
main/augeas: -libs package needs replaces
Diffstat (limited to 'main/augeas')
-rw-r--r-- | main/augeas/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD index 5c629a36a..fd4f1203b 100644 --- a/main/augeas/APKBUILD +++ b/main/augeas/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=augeas pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="a configuration editing tool" url="http://augeas.net" arch="all" @@ -52,6 +52,7 @@ tests() { libs() { pkgdesc="Libraries for augeas" + replaces="augeas" mkdir -p "$subpkgdir"/usr/ "$subpkgdir"/usr/share/augeas/ mv "$pkgdir"/usr/lib "$subpkgdir"/usr/ || return 1 mv "$pkgdir"/usr/share/augeas/lenses \ |