From 432a1664ccd0184d0fb5392bdbf83a87d0ad26a1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 17:53:55 +0200 Subject: [PATCH] apache-ant: fix installation. --- srcpkgs/apache-ant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache-ant/template b/srcpkgs/apache-ant/template index 6f1293d359f..35e4c1abc2f 100644 --- a/srcpkgs/apache-ant/template +++ b/srcpkgs/apache-ant/template @@ -18,11 +18,11 @@ do_configure() { sed -i 's/jars,test-jar/jars/' build.xml } do_build() { - source /etc/profile.d/oracle-jdk.sh + source /etc/profile.d/10_oracle-jdk.sh ./build.sh -Ddist.dir=$DESTDIR/$_prefix jars } do_install() { - source /etc/profile.d/oracle-jdk.sh + source /etc/profile.d/10_oracle-jdk.sh ./build.sh -Ddist.dir=$DESTDIR/$_prefix dist vinstall ${FILESDIR}/apache-ant.sh 644 etc/profile.d