summaryrefslogtreecommitdiff
path: root/nls/pt_BR
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-15 18:49:53 +0000
committerDana Jansens <danakj@orodu.net>2002-08-15 18:49:53 +0000
commitf7604fbe619b4fdccb994ccd6588426b1439770e (patch)
treedd89b43e473a6038a7c6239054d5a80e7e296605 /nls/pt_BR
parentb19065cc4cbfc67dfce516f0da8375328c01ba69 (diff)
fix nls' that didnt build
Diffstat (limited to 'nls/pt_BR')
-rw-r--r--nls/pt_BR/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am
index 16fa3db2..7c1fea4d 100644
--- a/nls/pt_BR/Makefile.am
+++ b/nls/pt_BR/Makefile.am
@@ -14,10 +14,13 @@ 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/pt; \
+ ln -f -s pt_BR $(DESTDIR)$(pkgdatadir)/nls/pt; \
fi
uninstall-local:
@if test x$(NLSTEST) = "xyes"; then \
rm -f $(THE_NLS_PATH)/openbox.cat; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/pt; \
rmdir $(THE_NLS_PATH); \
fi