From 934c4febc49023ad027c8c7cb80797c3e31030f3 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 13 Dec 2005 07:24:48 +0000 Subject: [PATCH] (install-arch-indep): Modify code to make the symbolic link for chise-db-directory/db to avoid error in GNU/Linux. --- Makefile.in.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in.in b/Makefile.in.in index a974bfd..e4bbc74 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -538,10 +538,10 @@ install-arch-indep: mkdir info (while (and (< i len)\ (eq (aref path i) (aref data-dir i)))\ (setq i (1+ i)))\ - (setq data-dir (substring data-dir i)\ - chise-dir (substring path i))\ - (setq i 0\ - len (length chise-dir))\ + (setq data-dir (substring data-dir i))\ + (setq chise-dir (substring path i))\ + (setq i 0)\ + (setq len (length chise-dir))\ (while (< i len)\ (if (eq (aref chise-dir i) ?/)\ (setq pre (concat pre \"../\")))\ -- 1.7.10.4