Skip to content

Commit fd24754

Browse files
committed
build: 'script/guix' uses our own 'guile' executable.
* Makefile.am (do_subst): Substitute @abs_top_builddir@. * scripts/guix.in: Use it.
1 parent d805155 commit fd24754

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ do_subst = $(SED) \
3939
-e 's,[@]GUILE[@],$(GUILE),g' \
4040
-e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \
4141
-e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \
42+
-e 's,[@]abs_top_builddir[@],$(abs_top_builddir),g' \
4243
-e 's,[@]localedir[@],$(localedir),g'
4344

4445
scripts/guix: scripts/guix.in Makefile

scripts/guix.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!@GUILE@ \
1+
#!@abs_top_builddir@/guile \
22
--no-auto-compile -e main -s
33
!#
44
;;; GNU Guix --- Functional package management for GNU

0 commit comments

Comments
 (0)