From c92e5612996e98cde005a572b83fc66aae32bcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 31 Mar 2018 23:27:23 +0200 Subject: [PATCH] build: Fix reference to non-existent 'bin/guix.in' in Makefile.am. Fixes a regression introduced in cba386c1295b7054df22dfb4662b1b92f668e2c0. Reported by Julien Lepiller . * Makefile.am (EXTRA_DIST): Rename 'bin/guix.in' to 'scripts/guix.in'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e647f270d3..244069b533 100644 --- a/Makefile.am +++ b/Makefile.am @@ -459,7 +459,7 @@ EXTRA_DIST = \ TODO \ CODE-OF-CONDUCT \ .dir-locals.el \ - bin/guix.in \ + scripts/guix.in \ etc/guix-install.sh \ build-aux/build-self.scm \ build-aux/compile-all.scm \