X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=3c981b655edca52c9e51b77c400e709cbd569e4c;hb=6d8844110a492d82d700f6b823623b8521841d18;hp=a217a15fe75bbeca79b206a98639205c83fdc5f5;hpb=9df3176b8c91026056ce6f6b6cc9154735d68cd6;p=lui-solr.git diff --git a/debian/rules b/debian/rules index a217a15..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) @@ -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 $@