Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
01137faa
Commit
01137faa
authored
Feb 05, 2018
by
Xavier Bachelot
Browse files
Create $staticdir/pictures directory
parent
091ebf5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/Makefile.am
View file @
01137faa
...
...
@@ -423,7 +423,7 @@ install-data-hook:
cd
$(DESTDIR)$(staticdir)
;
\
rm
-f
external/foundation/js/vendor/jquery.js
@
echo
"Creating writable directories"
-
@for
dir
in
$(staticdir)
/css
;
do
\
-
@for
dir
in
$(staticdir)
/css
$(staticdir)
/pictures
;
do
\
if
[
!
-d
$(DESTDIR)$$
dir
]
;
then
\
echo
"Creating
$(DESTDIR)$$
dir"
;
\
$(INSTALL)
-d
-m
755
$(DESTDIR)$$
dir
;
\
...
...
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