mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 06:16:00 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
66999860f8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ update-po: ${PROJECT}.pot
|
|||
install: ${MOS}
|
||||
$(ECHO) installing translations
|
||||
$(QUIET)set -e && for f in $^ ; do \
|
||||
mkdir -p $(DESTDIR)$(LOCALEDIR)/`dirname $$f`; \
|
||||
mkdir -p -m 755 $(DESTDIR)$(LOCALEDIR)/`dirname $$f`; \
|
||||
install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`dirname $$f` ; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue