X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=nls%2Fpt_BR%2FMakefile.am;h=7c1fea4d0aaee7f4e30c5a394349920bf2cec726;hb=ed43853326203a10eb7267ae43101c8a3a57070c;hp=957716d469f9ccc1d3ea7280dbc6109d3bece9f8;hpb=12fcb33bfaa03b3c6245d15bfb1809f7facc857f;p=chaz%2Fopenbox diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am index 957716d4..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 @@ -32,4 +35,4 @@ openbox.cat: Translation.m fi distclean-local: - rm -f *\~ + rm -f *\~ .\#*