aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-07-12 13:27:08 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-12 13:27:08 +0100
commit258f6542202cbb50b18d87f3a890ba80d4586980 (patch)
tree3ad2c1486de3629e92fef1d7389d91b586f33abe /configure.ac
parent20b26bd48e9a2a4aaaa5ba28a60cc888e1c0520c (diff)
downloadbffe-258f6542202cbb50b18d87f3a890ba80d4586980.tar
bffe-258f6542202cbb50b18d87f3a890ba80d4586980.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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