diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-31 23:27:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-31 23:30:50 +0200 |
commit | c92e5612996e98cde005a572b83fc66aae32bcd7 (patch) | |
tree | 4c5e9dc5d0caf39cedb9c0f7fccc8fb6c6d85823 /Makefile.am | |
parent | f8d13038645e635634469b673bcc20d87c91b913 (diff) | |
download | guix-c92e5612996e98cde005a572b83fc66aae32bcd7.tar guix-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'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |