Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
6947fd32
Commit
6947fd32
authored
Apr 20, 2012
by
Sebastian Ramacher
Browse files
Call mkdir with -m 755.
parent
3abf0968
Changes
1
Hide whitespace changes
Inline
Side-by-side
po/Makefile
View file @
6947fd32
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment