X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=3c981b655edca52c9e51b77c400e709cbd569e4c;hb=64856778c4faee2f754a5cd926c2e9c786350cce;hp=ff03be85e94df6dc58d1a45da5ef234bb10a2696;hpb=c640600bee00eb563a77ad8622edab233e464fa3;p=lui-solr.git diff --git a/debian/rules b/debian/rules index ff03be8..3c981b6 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ LUI_SOLR_SLAVE_LIB_DIR = $(LUI_SOLR_SLAVE_ROOT)$(DATA_SLAVE) LUI_SOLR_SLAVE_TOMCAT = $(LUI_SOLR_SLAVE)-tomcat6 LUI_SOLR_SLAVE_TOMCAT_ROOT = $(CURDIR)/debian/$(LUI_SLAVE_TOMCAT) CATALINA_HOME=/usr/share/tomcat6 -SOLR_VERSION=4.4.0 +SOLR_VERSION=4.6.0 LUI_SOLR_ZK = $(BASE)-zookeeper LUI_SOLR_ZK_ROOT = $(CURDIR)/debian/$(LUI_SOLR_ZK) @@ -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 $@