Use DESTDIR in po files uninstall recipe.

Signed-off-by: Philipp Ittershagen <pit@shgn.de>
This commit is contained in:
Philipp Ittershagen 2015-03-23 14:18:45 +01:00
parent c17c54c4a0
commit 427df9fc49

View file

@ -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