diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-11 10:43:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-11 10:43:19 +0300 |
| commit | 1e7b394e56085a9cc33b8b8b64b094d5223e8853 (patch) | |
| tree | d716db2d332904bb66f34572ec066d19170cd9cc /Justfile | |
| parent | cbd3cf2be4ce50092ec4eb3f4b28d77c0aa044e4 (diff) | |
Add shuriken logo and generated favicon
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |
