From 7191e80767217280ca0d14012b661d99a393b117 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 3 Apr 2020 22:25:17 +0100 Subject: Add some empty scripts --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e60e922..47c7f6a 100644 --- a/configure.ac +++ b/configure.ac @@ -10,5 +10,13 @@ fi AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES( + [scripts/guix-build-coordinator], + [chmod +x scripts/guix-build-coordinator] +) +AC_CONFIG_FILES( + [scripts/guix-build-coordinator-agent], + [chmod +x scripts/guix-build-coordinator-agent] +) AC_OUTPUT -- cgit v1.2.3