From 0350a51e47a8acc3c0f5077d16b74b5e3fb6821c Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 19 May 1998 12:38:25 +0000 Subject: My mistakes in previous commit are fixed. Pointed out by: maintainer --- korean/hanemacs/pkg-plist | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'korean') diff --git a/korean/hanemacs/pkg-plist b/korean/hanemacs/pkg-plist index 4b8f665557a7..c8a8ee5e08b5 100644 --- a/korean/hanemacs/pkg-plist +++ b/korean/hanemacs/pkg-plist @@ -10,8 +10,8 @@ bin/emacsclient @exec if [ ! -d %d/share/hanemacs/19.34/site-lisp ]; then mkdir -p %D/share/hanemacs/19.34/site-lisp; fi @comment these two can fail if other ports are installed, no need to @comment scare user in that case -@dirrm %D/share/hanemacs/site-lisp -@dirrm %D/share/hanemacs/19.34/site-lisp +@unexec %D/share/hanemacs/site-lisp 2>/dev/null || true +@unexec %D/share/hanemacs/19.34/site-lisp 2>/dev/null || true man/man1/emacs.1.gz man/man1/etags.1.gz man/man1/ctags.1.gz @@ -137,7 +137,6 @@ share/hanemacs/19.34/etc/COPYING share/hanemacs/19.34/etc/DEBUG share/hanemacs/19.34/etc/DISTRIB share/hanemacs/19.34/etc/DOC-19.34.1 -share/hanemacs/19.34/etc/DOC-19.34.2 share/hanemacs/19.34/etc/FAQ share/hanemacs/19.34/etc/FTP share/hanemacs/19.34/etc/GNU -- cgit v1.2.3