summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/bison/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD
index 921db8dab..9f4fa90b7 100644
--- a/main/bison/APKBUILD
+++ b/main/bison/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bison
pkgver=3.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch="all"
-license="GPL"
+license="GPL3+"
url="http://www.gnu.org/software/bison/bison.html"
makedepends="perl"
depends="m4"
@@ -31,7 +31,7 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install || return 1
rm -rf "$pkgdir"/usr/lib/charset.alias
rmdir -p "$pkgdir"/usr/lib 2>/dev/null
return 0