~ruther/guix-local

8dc2ecfcd915f8834c9b3d8b9821ac1d58dd664c — Ludovic Courtès 13 years ago c23e9e4
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.
1 files changed, 4 insertions(+), 5 deletions(-)

M configure.ac
M configure.ac => configure.ac +4 -5
@@ 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])