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
This commit is contained in:
axel
2006-07-19 02:41:55 +10:00
parent 3e843f8219
commit 57b3965518
5 changed files with 18 additions and 16 deletions

View File

@@ -3,12 +3,14 @@
# common helper functions for the command completions. All actual
# completions are located in the completions subdirectory.
#
# @configure_input@
#
# Assign a temporary value here for performance reasons. The real value should be set in /etc/fish.
#
# Assign a temporary value here for performance reasons. The real
# value should be set in /etc/fish.
set -g fish_function_path @datadir@/functions/
set __fish_help_dir @docdir@
set -g fish_function_path $PWD/functions/
#
# Make sure there are no invalid entries in the PATH