From 57b3965518582bb3891d926e8615908f1ccba33c Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 19 Jul 2006 02:41:55 +1000 Subject: 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 --- etc/fish.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3