]> Dogcows Code - chaz/openbox/blobdiff - nls/pt_BR/Makefile.am
fixed tyop
[chaz/openbox] / nls / pt_BR / Makefile.am
index 957716d469f9ccc1d3ea7280dbc6109d3bece9f8..7c1fea4d0aaee7f4e30c5a394349920bf2cec726 100644 (file)
@@ -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 *\~ .\#*
This page took 0.021472 seconds and 4 git commands to generate.