From 5d7a781432786a5921fc7727ebd45c98ab497895 Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Mon, 29 Aug 2016 11:51:31 +0000
Subject: [PATCH] Fix DDDB examples.

---
 examples/DDDB/scripts/extract_dddb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/DDDB/scripts/extract_dddb.sh b/examples/DDDB/scripts/extract_dddb.sh
index 0ae10ea2a..3b355a623 100755
--- a/examples/DDDB/scripts/extract_dddb.sh
+++ b/examples/DDDB/scripts/extract_dddb.sh
@@ -23,7 +23,7 @@ if test -n "$USER"; then
 else
     target=/tmp;
 fi;
-source=${DD4hepINSTALL}/examples/DDDB/DDDB.tar.gz;
+source=${DD4hepINSTALL}/examples/DDDB/data/DDDB.tar.gz;
 clean="NO";
 #
 # Check for arguments:
-- 
GitLab