~ruther/guix-local

6344e959ea45c283a0c7a2091f0959f8e09a198d — Ludovic Courtès 8 years ago e0b2e93
maint: Really build GuixSD for different systems.

* Makefile.am (release): Add missing --system flag to 'guix system
disk-image'.  Reported by Leo Famulari.
1 files changed, 1 insertions(+), 0 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +1 -0
@@ 617,6 617,7 @@ release: distcheck
	for system in $(GUIXSD_SUPPORTED_SYSTEMS) ; do					\
	  image=`$(top_builddir)/pre-inst-env						\
	    guix system disk-image							\
            --system=$$system								\
	    --image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE)				\
	    gnu/system/install.scm` ;							\
	  if [ ! -f "$$image" ] ; then							\