Create the directory before copying
[lui-solr.git] / debian / rules
index a217a15..865a0fe 100755 (executable)
@@ -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 $@