From e8b3afeb9234bca4a455272a6a831d7994d29b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 12 May 2013 23:26:46 +0200 Subject: build: Use separate `AC_CONFIG_FILES' invocations for executable files. * configure.ac: Use separate AC_CONFIG_FILES invocations for files that need to be made executable. * config-daemon.ac: Likewise. --- config-daemon.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config-daemon.ac') diff --git a/config-daemon.ac b/config-daemon.ac index 7c51f2b95c..5db08d099d 100644 --- a/config-daemon.ac +++ b/config-daemon.ac @@ -101,9 +101,10 @@ if test "x$guix_build_daemon" = "xyes"; then AC_MSG_RESULT([$GUIX_TEST_ROOT]) AC_SUBST([GUIX_TEST_ROOT]) - AC_CONFIG_FILES([nix/scripts/list-runtime-roots - nix/scripts/substitute-binary], - [chmod +x nix/scripts/list-runtime-roots nix/scripts/substitute-binary]) + AC_CONFIG_FILES([nix/scripts/list-runtime-roots], + [chmod +x nix/scripts/list-runtime-roots]) + AC_CONFIG_FILES([nix/scripts/substitute-binary], + [chmod +x nix/scripts/substitute-binary]) fi AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) -- cgit v1.2.3