build: `chmod +x' scripts as they are generated.

* configure.ac: Add the `chmod +x' as a second argument to
  `AC_CONFIG_FILES'.  Remove `AC_CONFIG_COMMANDS' invocation.
This commit is contained in:
Ludovic Courtès 2013-02-06 16:30:15 +01:00
parent c23e9e48b7
commit 8dc2ecfcd9
1 changed files with 4 additions and 5 deletions

View File

@ -115,16 +115,15 @@ m4_include([config-daemon.ac])
AC_CONFIG_FILES([Makefile
po/Makefile.in
guix/config.scm
guix-build
guix/config.scm])
AC_CONFIG_FILES([guix-build
guix-download
guix-import
guix-package
guix-gc
pre-inst-env
test-env])
AC_CONFIG_COMMANDS([commands-exec],
test-env],
[chmod +x guix-build guix-download guix-import guix-package guix-gc \
pre-inst-env test-env])