1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

build: 'script/guix' uses our own 'guile' executable.

* Makefile.am (do_subst): Substitute @abs_top_builddir@.
* scripts/guix.in: Use it.
This commit is contained in:
Ludovic Courtès
2020-12-07 15:17:22 +01:00
parent d8051557ae
commit fd24754221
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!@GUILE@ \
#!@abs_top_builddir@/guile \
--no-auto-compile -e main -s
!#
;;; GNU Guix --- Functional package management for GNU