(install-arch-indep): Modify code to make the symbolic link for
authortomo <tomo>
Tue, 13 Dec 2005 07:24:48 +0000 (07:24 +0000)
committertomo <tomo>
Tue, 13 Dec 2005 07:24:48 +0000 (07:24 +0000)
chise-db-directory/db to avoid error in GNU/Linux.

Makefile.in.in

index a974bfd..e4bbc74 100644 (file)
@@ -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 \"../\")))\