From 7698bc2de79babe701454f6ac51e7c3b11cb8460 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 11 Dec 2013 15:41:00 +0100 Subject: [PATCH] Create the directory before copying --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index a217a15..865a0fe 100755 --- a/debian/rules +++ b/debian/rules @@ -105,6 +105,7 @@ install-stamp: build mkdir -p $(LUI_SOLR_ZK_SHARE_DIR) cp -rp zookeeper/. $(LUI_SOLR_ZK_SHARE_DIR) mkdir -p $(LUI_SOLR_ZK_LIB_DIR) + mkdir -p $(LUI_SOLR_ZK_ROOT)/etc/init.d/ cp -p etc/init.d/indexdata-solr-zookeeper $(LUI_SOLR_ZK_ROOT)/etc/init.d/ touch $@ -- 1.7.10.4