Skip to content

Commit 01137fa

Browse files
committed
Create $staticdir/pictures directory
1 parent 091ebf5 commit 01137fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ install-data-hook:
423423
cd $(DESTDIR)$(staticdir); \
424424
rm -f external/foundation/js/vendor/jquery.js
425425
@echo "Creating writable directories"
426-
-@for dir in $(staticdir)/css; do \
426+
-@for dir in $(staticdir)/css $(staticdir)/pictures; do \
427427
if [ ! -d $(DESTDIR)$$dir ] ; then \
428428
echo "Creating $(DESTDIR)$$dir"; \
429429
$(INSTALL) -d -m 755 $(DESTDIR)$$dir; \

0 commit comments

Comments
 (0)