From 52c1b6a98ce229b29889c1b1dd94900836b1b686 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 20 Nov 2002 07:21:02 +0000 Subject: [PATCH] erase the right dir --- nls/ko_KR/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/ko_KR/Makefile.am b/nls/ko_KR/Makefile.am index d5cd3fe3..d0d0f82a 100644 --- a/nls/ko_KR/Makefile.am +++ b/nls/ko_KR/Makefile.am @@ -15,7 +15,7 @@ install-data-local: openbox.cat echo "Installing catalog in $(THE_NLS_PATH)"; \ $(mkinstalldirs) $(THE_NLS_PATH); \ $(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \ - rm -f $(DESTDIR)$(pkgdatadir)/nls/nl; \ + rm -f $(DESTDIR)$(pkgdatadir)/nls/ko; \ ln -f -s ko_KO $(DESTDIR)$(pkgdatadir)/nls/ko; \ fi uninstall-local: -- 2.34.1