From ddae5646d635e9289584eff976cc16c164b32e72 Mon Sep 17 00:00:00 2001 From: Worty Date: Wed, 31 Jul 2024 11:04:22 +0200 Subject: [PATCH] add vendor_perl to PATH --- PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 7a00765..f03d0f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,6 +27,9 @@ prepare() { } build() { + # Include /usr/bin/vendor_perl to use po4a + PATH=$PATH:/usr/bin/vendor_perl/ + cd $_pkgname-$pkgver ./bootstrap