ncurses: make ncurses-terminfo depend on ncurses-base

This is to fix broken symlinks.
This commit is contained in:
Natanael Copa 2014-09-22 12:57:47 +00:00
parent 69ec2b2bf3
commit 41196a3b04

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ncurses
pkgver=5.9
pkgrel=1
pkgrel=2
pkgdesc="Console display library"
url="http://www.gnu.org/software/ncurses/"
arch="all"
@ -70,6 +70,7 @@ package() {
}
terminfo() {
depends="ncurses-base"
rm -rf $subpkgdir
mkdir -p $subpkgdir/usr/share
mv $pkgdir/usr/share/terminfo $subpkgdir/usr/share