aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar npilon <npilon@gmail.com>2006-03-14 05:07:24 +1000
committerGravatar npilon <npilon@gmail.com>2006-03-14 05:07:24 +1000
commit99a93b5add6ce77b619f8b72499dc58a91024522 (patch)
treeab181870847d08647f666b5e7800b924d2b446de /Makefile.in
parentde50539c026391bb7da789fc0d2c2fd38edb336f (diff)
Fish PATH Fix
Moved PATH detection code to the start of share/fish. darcs-hash:20060313190724-c90d9-8e2e80910041e91b48d68154e9d8180d04689463.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 12176df5..c37cd7fb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -179,7 +179,7 @@ ETC_DIR_FILES :=etc/fish.in etc/fish_inputrc \
etc/fish_interactive.fish.in
# Files in ./share/
-SHARE_DIR_FILES :=share/fish
+SHARE_DIR_FILES :=share/fish.in
# Files in ./tests/
TESTS_DIR_FILES := $(TEST_IN) $(TEST_IN:.in=.out) $(TEST_IN:.in=.err) \