[arch-commits] Commit in junit/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Sep 8 23:12:11 UTC 2009


    Date: Tuesday, September 8, 2009 @ 19:12:11
  Author: andrea
Revision: 51482

load ant path before build

Modified:
  junit/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 22:19:31 UTC (rev 51481)
+++ PKGBUILD	2009-09-08 23:12:11 UTC (rev 51482)
@@ -24,6 +24,7 @@
   find . -name \*.class -delete || return 1
   find . -name \*.jar -delete || return 1
 
+  . /etc/profile.d/apache-ant.sh
   ant dist || return 1
   install -d ${pkgdir}/usr/share/java ${pkgdir}/usr/lib
   install -m644 ${pkgname}4.4/junit.jar ${pkgdir}/usr/share/java || return 1




More information about the arch-commits mailing list