From 258f6542202cbb50b18d87f3a890ba80d4586980 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 12 Jul 2023 13:27:08 +0100 Subject: Remove the bffe script The way to run the bffe is calling the run-bffe-service procedure, that provide the easiest way of configuring and customising the behaviour directly in Guile. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6b5f15d..8c00a94 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,6 @@ AC_PATH_PROG([guix], [guix]) dnl Substitute placeholders to generate these target files AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([bffe/config.scm]) -AC_CONFIG_FILES([scripts/bffe], [chmod +x scripts/bffe]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) AC_OUTPUT -- cgit v1.2.3