Fix the godir in Makefile.am
I think the .go files should be in lib, rather than share.
This commit is contained in:
parent
ddf3eb6589
commit
34ed73cdc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue