[pl] Remove version from JPL test

Petr Pisar ppisar at fedoraproject.org
Thu Mar 8 16:00:38 UTC 2012


commit aa061031d64f81ed34f35e6275a820d45331916a
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Mar 8 17:00:09 2012 +0100

    Remove version from JPL test

 tests/jpl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/jpl/Makefile b/tests/jpl/Makefile
index 232fd91..f7524ba 100644
--- a/tests/jpl/Makefile
+++ b/tests/jpl/Makefile
@@ -5,7 +5,7 @@ all: run
 run: java
 	cd java/Test && sh run.sh
 
-java: /usr/share/doc/pl-jpl-6.0.2/examples/java
+java: $(wildcard /usr/share/doc/pl-jpl-*/examples/java)
 	cp -r $< $@
 
 clean:


More information about the scm-commits mailing list