diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CJK/files/patch-aa | 6 | ||||
-rw-r--r-- | chinese/CJK/files/patch-ac | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/CJK/files/patch-aa b/chinese/CJK/files/patch-aa index 5f35deab848f..ea2b099782b7 100644 --- a/chinese/CJK/files/patch-aa +++ b/chinese/CJK/files/patch-aa @@ -18,9 +18,9 @@ + $(MAKE) -C utils $@ + +install-texinput: -+ (rm -fr $(CJK_DIR)); && \ -+ (mkdir -p $(CJK_DIR)); && \ -+ ($(CP) -R texinput/* $(CJK_DIR)); && \ ++ (rm -fr $(CJK_DIR)) && \ ++ (mkdir -p $(CJK_DIR)) && \ ++ ($(CP) -R texinput/* $(CJK_DIR)) && \ + ($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR)) + +clean: diff --git a/chinese/CJK/files/patch-ac b/chinese/CJK/files/patch-ac index d52dc7b6095d..34bcf74377d6 100644 --- a/chinese/CJK/files/patch-ac +++ b/chinese/CJK/files/patch-ac @@ -140,7 +140,7 @@ +++ utils/lisp/Makefile Sat Feb 27 17:52:17 1999 @@ -0,0 +1,3 @@ +install: -+ (mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK); && \ ++ (mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK) && \ + ($(CP) -R [a-z]* ${PREFIX}/share/emacs/site-lisp/CJK) --- utils/pyhyphen/Makefile.orig Mon Jan 10 15:07:11 2000 +++ utils/pyhyphen/Makefile Mon Jan 10 15:15:06 2000 |