diff options
| -rw-r--r-- | config-daemon.ac | 7 | ||||
| -rw-r--r-- | configure.ac | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/config-daemon.ac b/config-daemon.ac index 7c51f2b95c5..5db08d099dd 100644 --- a/config-daemon.ac +++ b/config-daemon.ac | |||
| @@ -101,9 +101,10 @@ if test "x$guix_build_daemon" = "xyes"; then | |||
| 101 | AC_MSG_RESULT([$GUIX_TEST_ROOT]) | 101 | AC_MSG_RESULT([$GUIX_TEST_ROOT]) |
| 102 | AC_SUBST([GUIX_TEST_ROOT]) | 102 | AC_SUBST([GUIX_TEST_ROOT]) |
| 103 | 103 | ||
| 104 | AC_CONFIG_FILES([nix/scripts/list-runtime-roots | 104 | AC_CONFIG_FILES([nix/scripts/list-runtime-roots], |
| 105 | nix/scripts/substitute-binary], | 105 | [chmod +x nix/scripts/list-runtime-roots]) |
| 106 | [chmod +x nix/scripts/list-runtime-roots nix/scripts/substitute-binary]) | 106 | AC_CONFIG_FILES([nix/scripts/substitute-binary], |
| 107 | [chmod +x nix/scripts/substitute-binary]) | ||
| 107 | fi | 108 | fi |
| 108 | 109 | ||
| 109 | AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) | 110 | AM_CONDITIONAL([BUILD_DAEMON], [test "x$guix_build_daemon" = "xyes"]) |
diff --git a/configure.ac b/configure.ac index 61cee965b76..f8715525916 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -120,9 +120,8 @@ AC_CONFIG_FILES([Makefile | |||
| 120 | po/Makefile.in | 120 | po/Makefile.in |
| 121 | guix/config.scm]) | 121 | guix/config.scm]) |
| 122 | 122 | ||
| 123 | AC_CONFIG_FILES([scripts/guix | 123 | AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix]) |
| 124 | pre-inst-env | 124 | AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) |
| 125 | test-env], | 125 | AC_CONFIG_FILES([test-env], [chmod +x test-env]) |
| 126 | [chmod +x scripts/guix pre-inst-env test-env]) | ||
| 127 | 126 | ||
| 128 | AC_OUTPUT | 127 | AC_OUTPUT |
