mirror of https://gitee.com/bigwinds/arangodb
added deps
This commit is contained in:
parent
24ead07956
commit
4f3ec07709
|
@ -189,7 +189,7 @@ arangosysconf_DATA = Installation/arangod.conf
|
|||
|
||||
BUILT_SOURCES += Installation/arangod.conf
|
||||
|
||||
Installation/arangod.conf: Installation/arangod.conf.in
|
||||
Installation/arangod.conf: Installation/arangod.conf.in Makefile
|
||||
sed \
|
||||
-e 's%@LOGDIR@%${logdir}%g' \
|
||||
-e 's%@DATABASE@%${databasedir}%g' \
|
||||
|
|
|
@ -5048,7 +5048,7 @@ uninstall-am: uninstall-arangosysconfDATA uninstall-binPROGRAMS \
|
|||
uninstall-nobase_pkgdataDATA uninstall-sbinPROGRAMS
|
||||
|
||||
|
||||
Installation/arangod.conf: Installation/arangod.conf.in
|
||||
Installation/arangod.conf: Installation/arangod.conf.in Makefile
|
||||
sed \
|
||||
-e 's%@LOGDIR@%${logdir}%g' \
|
||||
-e 's%@DATABASE@%${databasedir}%g' \
|
||||
|
|
Loading…
Reference in New Issue