remove hard-coded path
This commit is contained in:
parent
8c239bef6f
commit
3a7b961726
@ -3,7 +3,11 @@
|
|||||||
|
|
||||||
RECOLL_TESTDATA=/home/dockes/projets/fulltext/testrecoll
|
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
|
export RECOLL_CONFDIR
|
||||||
|
|
||||||
ECHON="/bin/echo -n"
|
ECHON="/bin/echo -n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user