org: fix definition of PATH

* doc/org/.dir-locals.el.in, doc/org/init.el.in: bin/ is no longer in
spot/.
This commit is contained in:
Alexandre Duret-Lutz 2016-01-06 15:43:36 +01:00
parent 5232e6a2fb
commit 8c04e31a35
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
(eval .
(progn
(setenv "PATH"
(concat "@abs_top_builddir@/spot/bin"
(concat "@abs_top_builddir@/bin"
path-separator
(getenv "PATH")))
(setenv "PYTHONPATH"