diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rwxr-xr-x | scripts/ccwl.in (renamed from scripts/ccwl) | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e1f1fe..531b29c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,4 +26,5 @@ GUILE_PROGS AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([scripts/ccwl], [chmod +x scripts/ccwl]) AC_OUTPUT diff --git a/scripts/ccwl b/scripts/ccwl.in index 2efdee1..04fed02 100755 --- a/scripts/ccwl +++ b/scripts/ccwl.in @@ -1,4 +1,5 @@ -#! /run/current-system/profile/bin/guile -s +#! @GUILE@ -s +-*- scheme -*- !# ;;; ccwl --- Concise Common Workflow Language ;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> |