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:
parent
f8d1303864
commit
c92e561299
|
@ -459,7 +459,7 @@ EXTRA_DIST = \
|
||||||
TODO \
|
TODO \
|
||||||
CODE-OF-CONDUCT \
|
CODE-OF-CONDUCT \
|
||||||
.dir-locals.el \
|
.dir-locals.el \
|
||||||
bin/guix.in \
|
scripts/guix.in \
|
||||||
etc/guix-install.sh \
|
etc/guix-install.sh \
|
||||||
build-aux/build-self.scm \
|
build-aux/build-self.scm \
|
||||||
build-aux/compile-all.scm \
|
build-aux/compile-all.scm \
|
||||||
|
|
Loading…
Reference in New Issue