Skip to content

Commit ccd13cc

Browse files
authored
Merge pull request #189 from xavierba/create_pictures_dir
Create $staticdir/pictures directory by xavierba
2 parents 6eecd02 + 01137fa commit ccd13cc

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
@@ -415,7 +415,7 @@ install-data-hook:
415415
cd $(DESTDIR)$(staticdir); \
416416
rm -f external/foundation/js/vendor/jquery.js
417417
@echo "Creating writable directories"
418-
-@for dir in $(staticdir)/css; do \
418+
-@for dir in $(staticdir)/css $(staticdir)/pictures; do \
419419
if [ ! -d $(DESTDIR)$$dir ] ; then \
420420
echo "Creating $(DESTDIR)$$dir"; \
421421
$(INSTALL) -d -m 755 $(DESTDIR)$$dir; \

0 commit comments

Comments
 (0)