aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-19 02:41:55 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-19 02:41:55 +1000
commit57b3965518582bb3891d926e8615908f1ccba33c (patch)
tree62ef0d89ee332b3975c64ef68573a7fd36630c54 /etc
parent3e843f82195a0fdea18bbb31fb9677740370465a (diff)
Initialize etc/fish and share/fish from the Makefile, not automatically by Autoconf. That way we get correct expansion of ${prefix} and friends to their install-time value. This fixes a bug reported by James Vega.
darcs-hash:20060718164155-ac50b-8ec6c63d9c4e52db2c1884fcffeab78333367773.gz
Diffstat (limited to 'etc')
-rw-r--r--etc/fish.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/fish.in b/etc/fish.in
index fd04a587..5b5c72ed 100644
--- a/etc/fish.in
+++ b/etc/fish.in
@@ -7,8 +7,8 @@
# Set default search paths for completions and shellscript functions
#
-set -g fish_function_path ~/.fish.d/functions @SYSCONFDIR@/fish.d/functions @DATADIR@/fish/functions
-set -g fish_complete_path ~/.fish.d/completions @SYSCONFDIR@/fish.d/completions @DATADIR@/fish/completions
+set -g fish_function_path ~/.fish.d/functions @sysconfdir@/fish.d/functions @datadir@/fish/functions
+set -g fish_complete_path ~/.fish.d/completions @sysconfdir@/fish.d/completions @datadir@/fish/completions
#
# Set default field separators