diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:49:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:49:53 +0000 |
| commit | f7604fbe619b4fdccb994ccd6588426b1439770e (patch) | |
| tree | dd89b43e473a6038a7c6239054d5a80e7e296605 /nls/pt_BR | |
| parent | b19065cc4cbfc67dfce516f0da8375328c01ba69 (diff) | |
fix nls' that didnt build
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 |
