From 15a5a22834ed72b5803d23b0f1d58641077a0f17 Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Mon, 29 Aug 2016 14:55:08 +0000
Subject: [PATCH] Try again to find the database

---
 examples/DDDB/scripts/extract_dddb.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/DDDB/scripts/extract_dddb.sh b/examples/DDDB/scripts/extract_dddb.sh
index 01f9f72f7..382845eef 100755
--- a/examples/DDDB/scripts/extract_dddb.sh
+++ b/examples/DDDB/scripts/extract_dddb.sh
@@ -70,6 +70,10 @@ if test -d ${target}/DDDB; then
     echo "DDDB database is already extracted to ${target}. Nothing to do.";
 elif test ! -f ${source}; then
     echo "DDDB database tar file $source is not present. [Installation FAILED]";
+    echo "ls -laF /builds/CLICdp/DD4hep/examples/DDDB";
+    ls -laF /builds/CLICdp/DD4hep/examples/DDDB;
+    echo "ls -laF /builds/CLICdp/DD4hep/examples/DDDB/data";
+    ls -laF /builds/CLICdp/DD4hep/examples/DDDB/data;
     exit 2;  # ENOENT
 else
     mkdir -p ${target}/DDDB;
-- 
GitLab