diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-11-23 19:30:26 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-11-23 19:30:26 +0100 |
commit | 9e4b24ec1160a8a998e6853da8fe72cbcc5b3d09 (patch) | |
tree | df5e576ca53d71eac7b103b313aea4a2043d1f17 /Makefile | |
parent | 8dcaf666fb9f29a155d39f0dc3a3b6e2ea7407ba (diff) | |
download | haketilo-hydrilla-9e4b24ec1160a8a998e6853da8fe72cbcc5b3d09.tar.gz haketilo-hydrilla-9e4b24ec1160a8a998e6853da8fe72cbcc5b3d09.zip |
name the `hydrilla.scm` containing directory `guix-module-dir`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ doc: # easier for non-technical users to remove the unpacked release once they no # longer need it. release: dist doc - $(GUIX_TM) pack -L ./hydrilla-guix -RR hydrilla \ + $(GUIX_TM) pack -L ./guix-module-dir -RR hydrilla \ -S /hydrilla=bin/hydrilla \ -S /hydrilla-builder=bin/hydrilla-builder \ -S /hydrilla-server=bin/hydrilla-server \ |