mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:13:48 +01:00
Call mkdir with -m 755.
This commit is contained in:
parent
3abf09682e
commit
6947fd32d4
@ -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 New Issue
Block a user