From 08d303024932657335ed73032992e1c3f966c29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Aug 2022 00:51:10 +0200 Subject: Static should create its own directories when installing. --- Makefile | 1 - static/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34ffaa71..8a1d4d23 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,6 @@ install: all install -d $(DESTDIR)$(GUILE_SITE_DIR) $(DESTDIR)$(GUILE_CCACHE_DIR) rsync -a module/ $(DESTDIR)$(GUILE_SITE_DIR) rsync -a obj-$(GUILE_VERSION)/ $(DESTDIR)$(GUILE_CCACHE_DIR) - install -d $(DESTDIR)/usr/share/calp/www $(MAKE) -C static install $(MAKE) -C system install $(MAKE) -C doc/ref install diff --git a/static/Makefile b/static/Makefile index 12727669..0c6023b0 100644 --- a/static/Makefile +++ b/static/Makefile @@ -25,6 +25,7 @@ watch: ./make-watch install: all + install -d $(DESTDIR)/usr/share/calp/www install -m644 -t $(DESTDIR)/usr/share/calp/www/ $(TARGETS) clean: -- cgit v1.2.3