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