[pl] Correct jpl test to work both with versioned and unversioned doc directory

Petr Pisar ppisar at fedoraproject.org
Wed Jun 25 07:41:16 UTC 2014


commit 132090f6c9b34b14682271f80257995c035c4ea1
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 25 09:38:53 2014 +0200

    Correct jpl test to work both with versioned and unversioned doc directory

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


More information about the scm-commits mailing list