From: tomo Date: Tue, 13 Dec 2005 07:24:48 +0000 (+0000) Subject: (install-arch-indep): Modify code to make the symbolic link for X-Git-Tag: r21-4-17-chise-0_22-6^20~192 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=934c4febc49023ad027c8c7cb80797c3e31030f3 (install-arch-indep): Modify code to make the symbolic link for chise-db-directory/db to avoid error in GNU/Linux. --- 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 \"../\")))\