X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=865a0fed554a49b0b76f6c5caab4aaa50440b3f0;hb=7698bc2de79babe701454f6ac51e7c3b11cb8460;hp=ff03be85e94df6dc58d1a45da5ef234bb10a2696;hpb=c640600bee00eb563a77ad8622edab233e464fa3;p=lui-solr.git diff --git a/debian/rules b/debian/rules index ff03be8..865a0fe 100755 --- a/debian/rules +++ b/debian/rules @@ -103,9 +103,10 @@ install-stamp: build # lui-solr-zookeeper mkdir -p $(LUI_SOLR_ZK_SHARE_DIR) - cp -rp zookeeper $(LUI_SOLR_COMMON_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 $@