mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 10:36:00 +01:00
Use DESTDIR in po files uninstall recipe.
Signed-off-by: Philipp Ittershagen <pit@shgn.de>
This commit is contained in:
parent
c17c54c4a0
commit
427df9fc49
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ install: ${MOS}
|
||||||
uninstall: ${MOS}
|
uninstall: ${MOS}
|
||||||
$(ECHO) removing translations
|
$(ECHO) removing translations
|
||||||
$(QUIET)set -e && for f in $^ ; do \
|
$(QUIET)set -e && for f in $^ ; do \
|
||||||
rm -f $(LOCALEDIR)/$$f; \
|
rm -f $(DESTDIR)$(LOCALEDIR)/$$f; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: all clean update-po install uninstall
|
.PHONY: all clean update-po install uninstall
|
||||||
|
|
Loading…
Reference in a new issue