Add pre-inst-env and test-env to nodist_noinst_SCRIPTS in Makefile.am.
* Makefile.am: Add nodist_noinst_SCRIPTS = pre-inst-env test-env.
This commit is contained in:
parent
a40f1543c0
commit
58867ae728
|
@ -24,6 +24,10 @@ bin_SCRIPTS = \
|
|||
guix-package \
|
||||
guix-gc
|
||||
|
||||
nodist_noinst_SCRIPTS = \
|
||||
pre-inst-env \
|
||||
test-env
|
||||
|
||||
MODULES = \
|
||||
guix/base32.scm \
|
||||
guix/utils.scm \
|
||||
|
|
Loading…
Reference in New Issue