From: Dennis Schafroth Date: Wed, 11 Dec 2013 14:41:00 +0000 (+0100) Subject: Create the directory before copying X-Git-Tag: v0.6.1-2~2 X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=commitdiff_plain;h=7698bc2de79babe701454f6ac51e7c3b11cb8460 Create the directory before copying --- 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 $@