mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue