diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-21 11:30:25 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-21 11:30:25 +0100 |
commit | 34ed73cdc1e6a41a021c46726f5e381e87cd2d49 (patch) | |
tree | b603e05c9592cd4a034f8559ca441b3029da8d9f /Makefile.am | |
parent | ddf3eb6589bb2b37f67dc3da47b7c465f818d3de (diff) | |
download | data-service-34ed73cdc1e6a41a021c46726f5e381e87cd2d49.tar data-service-34ed73cdc1e6a41a021c46726f5e381e87cd2d49.tar.gz |
Fix the godir in Makefile.am
I think the .go files should be in lib, rather than share.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index abf828e..c3176a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ bin_SCRIPTS = \ scripts/guix-data-service-query-build-servers moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) -godir = $(moddir) +godir = $(prefix)/lib/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache assetsdir = $(datadir)/@PACKAGE@ install-data-local: |