diff --git a/po/Makefile b/po/Makefile index 0deb92f..e17f0c5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -52,7 +52,7 @@ install: ${MOS} uninstall: ${MOS} $(ECHO) removing translations $(QUIET)set -e && for f in $^ ; do \ - rm -f $(LOCALEDIR)/$$f; \ + rm -f $(DESTDIR)$(LOCALEDIR)/$$f; \ done .PHONY: all clean update-po install uninstall