From 427df9fc4926f590dff4ec1f999ba806063b2e16 Mon Sep 17 00:00:00 2001 From: Philipp Ittershagen Date: Mon, 23 Mar 2015 14:18:45 +0100 Subject: [PATCH] Use DESTDIR in po files uninstall recipe. Signed-off-by: Philipp Ittershagen --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 0deb92fd..e17f0c59 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