$OpenBSD: patch-bin_runant_pl,v 1.2 2003/02/08 15:38:34 reinhard Exp $
--- bin/runant.pl.orig	Thu Jan 30 05:59:40 2003
+++ bin/runant.pl	Thu Jan 30 06:02:27 2003
@@ -87,7 +87,7 @@ if ($onnetware == 1)
 } 
 
 #add jar files. I am sure there is a perl one liner to do this.
-my $jarpattern="$HOME/lib/*.jar";
+my $jarpattern="$_antlibs_/*.jar";
 my @jarfiles =glob($jarpattern);
 print "jarfiles=@jarfiles\n" if ($debug);
 my $jar;
