aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAin <41307858+nero@users.noreply.github.com>2018-10-17 14:17:51 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-19 12:30:34 +0200
commitbbec02cc40111780f94c85e8815ee31d25e6db5f (patch)
tree24d517ef7045153f8040c67aed4de14c08e47586 /community
parent8a2f1f4c51475b63fced745139533141f3671abc (diff)
downloadaports-bbec02cc40111780f94c85e8815ee31d25e6db5f.tar.bz2
aports-bbec02cc40111780f94c85e8815ee31d25e6db5f.tar.xz
community/w3m: Fix shebang line for perl helpers
Diffstat (limited to 'community')
-rw-r--r--community/w3m/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 \