projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2f592
)
improve debugging: use full path for zebra config file
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 09:15:54 +0000
(09:15 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 09:15:54 +0000
(09:15 +0000)
zebra/Makefile
patch
|
blob
|
history
diff --git
a/zebra/Makefile
b/zebra/Makefile
index
c6a73cb
..
71c9b9a
100644
(file)
--- a/
zebra/Makefile
+++ b/
zebra/Makefile
@@
-54,7
+54,7
@@
clean:
rm -f terse.properties
start-zebra:
- zebrasrv-2.0 -f yazserver.xml > ${ZEBRA_LOGFILE} 2>&1 &
+ zebrasrv-2.0 -f $$(pwd)/yazserver.xml > ${ZEBRA_LOGFILE} 2>&1 &
stop-zebra:
kill `cat ${ZEBRA_PID_FILE}`