[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: build: Fix reference to non-existent 'bin/guix.in' in Makefile.am
From: |
Ludovic Courtès |
Subject: |
04/05: build: Fix reference to non-existent 'bin/guix.in' in Makefile.am. |
Date: |
Sat, 31 Mar 2018 17:31:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c92e5612996e98cde005a572b83fc66aae32bcd7
Author: Ludovic Courtès <address@hidden>
Date: Sat Mar 31 23:27:23 2018 +0200
build: Fix reference to non-existent 'bin/guix.in' in Makefile.am.
Fixes a regression introduced in
cba386c1295b7054df22dfb4662b1b92f668e2c0.
Reported by Julien Lepiller <address@hidden>.
* 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 e647f27..244069b 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 \