summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2024-03-28 10:19:32 +0100
committerMax Harmathy2024-03-28 10:20:36 +0100
commitd20903724bd4f794648880caae5e79f5f7e807e4 (patch)
tree1fd6667d858f626e977a3ea7289cc19ab8c2614d
parent009b3412c7fe3a346b5d1c544593cd71fe78f53a (diff)
downloadaur-d20903724bd4f794648880caae5e79f5f7e807e4.tar.gz
Make sure /usr/bin/vendor_perl is in path
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9cc4bead9f..aadbc7c559b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,7 @@ build() {
# Timestamps in JAR files generated by Maven do not honour SOURCE_DATE_EPOCH
# (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
(
+ PATH=$PATH:/usr/bin/vendor_perl
shopt -s globstar
for file in **/*.jar; do
echo -n "[stripping] $file ..."