summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-03-31 23:27:23 +0200
committerLudovic Courtès <ludo@gnu.org>2018-03-31 23:30:50 +0200
commitc92e5612996e98cde005a572b83fc66aae32bcd7 (patch)
tree4c5e9dc5d0caf39cedb9c0f7fccc8fb6c6d85823
parentf8d13038645e635634469b673bcc20d87c91b913 (diff)
downloadguix-c92e5612996e98cde005a572b83fc66aae32bcd7.tar.gz
build: Fix reference to non-existent 'bin/guix.in' in Makefile.am.
Fixes a regression introduced in
cba386c1295b7054df22dfb4662b1b92f668e2c0.
Reported by Julien Lepiller <julien@lepiller.eu>.

* Makefile.am (EXTRA_DIST): Rename 'bin/guix.in' to 'scripts/guix.in'.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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				\