mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 06:23:45 +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}
|
install: ${MOS}
|
||||||
$(ECHO) installing translations
|
$(ECHO) installing translations
|
||||||
$(QUIET)set -e && for f in $^ ; do \
|
$(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` ; \
|
install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`dirname $$f` ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user