]> jfr.im git - uguu.git/blobdiff - Makefile
Update package.json
[uguu.git] / Makefile
index f69ed2a5ea3c4daf2c8147dee8b5a248e97e32bd..391362c571ce1ff3d78f16329fc07ab3cbe09659 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,9 @@ htmlmin:
 
 installdirs:
        mkdir -p $(DESTDIR)/ $(DESTDIR)/img
+       mkdir -p $(DESTDIR)/ $(DESTDIR)/img/grills
 ifneq (,$(findstring php,$(MODULES)))
-       mkdir -p $(DESTDIR)/classes $(DESTDIR)/includes
+       mkdir -p $(DESTDIR)/includes
 endif
 ifneq (,$(findstring moe,$(MODULES)))
        mkdir -p $(DESTDIR)/moe/{css,fonts,includes,js,login,panel/css/font,panel/css/images,register,templates}
@@ -42,7 +43,7 @@ min-js:
 
 copy-img:
        cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/
-       cp -v $(CURDIR)/static/img/favicon.ico $(CURDIR)/build/
+       cp -R $(CURDIR)/static/img/grills $(CURDIR)/build/img/
 
 copy-php:
 ifneq ($(wildcard $(CURDIR)/static/php/.),)