aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 00:51:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 01:06:08 +0200
commit08d303024932657335ed73032992e1c3f966c29c (patch)
tree5936a88969f89f0764a2c73fa9322eaf227b561a /static
parentmake clean in static shouldn't fail if the file isn't there. (diff)
downloadcalp-08d303024932657335ed73032992e1c3f966c29c.tar.gz
calp-08d303024932657335ed73032992e1c3f966c29c.tar.xz
Static should create its own directories when installing.
Diffstat (limited to 'static')
-rw-r--r--static/Makefile1
1 files changed, 1 insertions, 0 deletions
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: