diff options
Diffstat (limited to 'nls/pt_BR')
| -rw-r--r-- | nls/pt_BR/Makefile.am | 3 |
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 |
