diff options
author | xengineering <me@xengineering.eu> | 2023-04-13 20:16:19 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-13 20:21:58 +0200 |
commit | d82eae7034e0de30b5d61294cdb78c3ad8c1bbda (patch) | |
tree | f44cb92dd6a797545cf9891af00a86516f596ec6 /Makefile | |
parent | 4ed4b195e9e78d22f9eae0925403de645b5bc30a (diff) | |
download | ceres-d82eae7034e0de30b5d61294cdb78c3ad8c1bbda.tar ceres-d82eae7034e0de30b5d61294cdb78c3ad8c1bbda.tar.zst ceres-d82eae7034e0de30b5d61294cdb78c3ad8c1bbda.zip |
Automate /var/lib/ceres creation
That way only the system user setup and ownership change has to be done
by the packager / installer.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ install: all install -Dm 644 data/templates/head.html $(DESTDIR)$(PREFIX)/share/ceres/templates/head.html install -Dm 644 data/templates/recipe_confirm_deletion.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe_confirm_deletion.html install -Dm 644 data/templates/recipe.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe.html + + install -dm 700 $(DESTDIR)/var/lib/ceres debug: go run *.go -c config/debug.json |