From bbec02cc40111780f94c85e8815ee31d25e6db5f Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Wed, 17 Oct 2018 14:17:51 +0000 Subject: community/w3m: Fix shebang line for perl helpers --- community/w3m/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD index 924dc416f0..8114bc8ef9 100644 --- a/community/w3m/APKBUILD +++ b/community/w3m/APKBUILD @@ -3,7 +3,7 @@ pkgname=w3m _pkgver=0.5.3+git20180125 pkgver=${_pkgver/+git/.} -pkgrel=2 +pkgrel=3 pkgdesc='Text-based Web browser, as well as pager' url='https://github.com/tats/w3m' license='MIT UCD' @@ -22,7 +22,7 @@ builddir="$srcdir/$pkgname-${_pkgver/+/-}" build() { cd "$builddir" - ./configure \ + PERL=/usr/bin/perl ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ --enable-image=fb \ -- cgit v1.2.3