remove hard-coded path
This commit is contained in:
parent
91dc09bc3c
commit
d2225af67e
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
|||
|
||||
RECOLL_TESTDATA=/home/dockes/projets/fulltext/testrecoll
|
||||
|
||||
RECOLL_CONFDIR=/home/dockes/projets/fulltext/recoll/tests/config
|
||||
# All source'rs should set topdir as a relative path from their location to
|
||||
# this directory
|
||||
topdir=${topdir:-.}
|
||||
|
||||
RECOLL_CONFDIR=$topdir/config/
|
||||
export RECOLL_CONFDIR
|
||||
|
||||
ECHON="/bin/echo -n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue