diff options
Diffstat (limited to 'main/grep/APKBUILD')
-rw-r--r-- | main/grep/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index 69b06ecd34..0e222ac934 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=grep pkgver=3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="https://www.gnu.org/software/grep/grep.html" arch="all" -license="GPL" +license="GPL-3.0+" makedepends="pcre-dev autoconf automake" checkdepends="coreutils bash diffutils" subpackages="$pkgname-doc" @@ -26,6 +26,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --bindir=/bin \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |