[pl] Adapt external tests for unversioned docdir

Petr Pisar ppisar at fedoraproject.org
Tue Feb 25 10:02:22 UTC 2014


commit 080ab4a8693b9d8687e2399d5d009b6d09e5a703
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Feb 25 10:54:37 2014 +0100

    Adapt external tests for unversioned docdir

 tests/jpl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/jpl/Makefile b/tests/jpl/Makefile
index f7524ba..76dffbc 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