projects
/
lui-solr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df3176
)
Create the directory before copying
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 11 Dec 2013 14:41:00 +0000
(15:41 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 11 Dec 2013 14:41:00 +0000
(15:41 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
a217a15
..
865a0fe
100755
(executable)
--- 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 $@