build: Fix reference to non-existent 'bin/guix.in' in Makefile.am.

Fixes a regression introduced in
cba386c129.
Reported by Julien Lepiller <julien@lepiller.eu>.

* Makefile.am (EXTRA_DIST): Rename 'bin/guix.in' to 'scripts/guix.in'.
This commit is contained in:
Ludovic Courtès 2018-03-31 23:27:23 +02:00
parent f8d1303864
commit c92e561299
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \