diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-10 21:13:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-10 21:13:42 +0000 |
commit | 6b239c8c877cd5a5550c122a981e59ffe9963049 (patch) | |
tree | 8e8906b251d92b19b54a8b8ebbb83f9029ec727e /core/bison | |
parent | b2020e863a2495e4c8ba7c7e0461f2568393a3f9 (diff) | |
download | aports-6b239c8c877cd5a5550c122a981e59ffe9963049.tar.bz2 aports-6b239c8c877cd5a5550c122a981e59ffe9963049.tar.xz |
core/bison: set correct mandir
Diffstat (limited to 'core/bison')
-rw-r--r-- | core/bison/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bison/APKBUILD b/core/bison/APKBUILD index 632a048602..2176f25c7c 100644 --- a/core/bison/APKBUILD +++ b/core/bison/APKBUILD @@ -11,7 +11,7 @@ subpackages="$pkgname-doc" build() { cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr --datadir=/usr/share + ./configure --prefix=/usr --datadir=/usr/share --mandir=/usr/share/man make || return 1 make DESTDIR=${startdir}/pkg install } |