Browse Source
build: 'script/guix' uses our own 'guile' executable.
* Makefile.am (do_subst): Substitute @abs_top_builddir@.
* scripts/guix.in: Use it.
wip-digests
Ludovic Courtès
2 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
2 changed files with
2 additions and
1 deletions
-
Makefile.am
-
scripts/guix.in
|
|
@ -39,6 +39,7 @@ do_subst = $(SED) \ |
|
|
|
-e 's,[@]GUILE[@],$(GUILE),g' \
|
|
|
|
-e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \
|
|
|
|
-e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \
|
|
|
|
-e 's,[@]abs_top_builddir[@],$(abs_top_builddir),g' \
|
|
|
|
-e 's,[@]localedir[@],$(localedir),g' |
|
|
|
|
|
|
|
scripts/guix: scripts/guix.in Makefile |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#!@GUILE@ \ |
|
|
|
#!@abs_top_builddir@/guile \ |
|
|
|
--no-auto-compile -e main -s |
|
|
|
!# |
|
|
|
;;; GNU Guix --- Functional package management for GNU |
|
|
|