summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-11 10:43:19 +0300
committerPaul Buetow <paul@buetow.org>2026-06-11 10:43:19 +0300
commit1e7b394e56085a9cc33b8b8b64b094d5223e8853 (patch)
treed716db2d332904bb66f34572ec066d19170cd9cc /Justfile
parentcbd3cf2be4ce50092ec4eb3f4b28d77c0aa044e4 (diff)
Add shuriken logo and generated favicon
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index e89c783..3e58955 100644
--- a/Justfile
+++ b/Justfile
@@ -140,6 +140,8 @@ install: check-generated build
install -d "{{DESTDIR}}{{DATADIR}}/{{NAME}}"
rm -rf "{{DESTDIR}}{{DATADIR}}/{{NAME}}/templates"
cp -R ./share/templates "{{DESTDIR}}{{DATADIR}}/{{NAME}}/"
+ rm -rf "{{DESTDIR}}{{DATADIR}}/{{NAME}}/assets"
+ cp -R ./assets/site "{{DESTDIR}}{{DATADIR}}/{{NAME}}/assets"
install -d "{{DESTDIR}}{{SYSCONFDIR}}"
install -m 0644 \
./src/photoalbum.default.conf \