aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/Makefile')
-rw-r--r--ja_JP.eucJP/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ja_JP.eucJP/Makefile b/ja_JP.eucJP/Makefile
index 8eb19d78ff..1d977e142d 100644
--- a/ja_JP.eucJP/Makefile
+++ b/ja_JP.eucJP/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1999-08-19 20:35:58 nik Exp $
+# $Id: Makefile,v 1.8 1999-08-26 19:42:11 nik Exp $
SUBDIR = books
SUBDIR+= man
@@ -13,8 +13,7 @@ afterinstall:
.if !defined(IGNORE_COMPAT_SYMLINK)
if [ ! -e ${DOCDIR}/${COMPAT_SYMLINK} ]; then \
rm -rf ${DOCDIR}/${COMPAT_SYMLINK}; \
- ln -s ${DOCDIR}/ja \
- ${DOCDIR}/${COMPAT_SYMLINK}; \
+ (cd ${DOCDIR} && ln -s ja ${COMPAT_SYMLINK}); \
fi
.endif