From 4106007657ac82b8df2219ea4b7c97686055f4f9 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 14 Apr 2019 21:56:36 +0200 Subject: pcr: jitsi: fix build Without that fix we have: | ==> Starting build()... | /startdir/PKGBUILD: line 31: /etc/profile.d/apache-ant.sh: No such file or directory The /etc/profile.d/apache-ant.sh file cannot be found in the extra/ant or pcr/apache-ant-contrib packages. It was probably in one of theses packages before and may have been removed because it's not required anymore. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/jitsi/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pcr/jitsi/PKGBUILD') diff --git a/pcr/jitsi/PKGBUILD b/pcr/jitsi/PKGBUILD index 9678f3860..473be0fc9 100644 --- a/pcr/jitsi/PKGBUILD +++ b/pcr/jitsi/PKGBUILD @@ -5,10 +5,12 @@ # parabola changes and rationale: # - corrected used license +# - fixed build by removing the following line: +# . /etc/profile.d/apache-ant.sh pkgname=jitsi pkgver=2.10.5550 -pkgrel=5 +pkgrel=6 pkgdesc="An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)" arch=('i686' 'x86_64') url="http://jitsi.org" @@ -28,7 +30,6 @@ build() cd "${srcdir}/${pkgname}" # append the build revision to the jitsi version sed -i "s/0\.build\.by\.SVN/build.${pkgver}/" src/net/java/sip/communicator/impl/version/NightlyBuildID.java - . /etc/profile.d/apache-ant.sh ant rebuild } -- cgit v1.2.2