aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 090659c..4790d13 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@
# along with run64. If not, see <https://www.gnu.org/licenses/>.
EMACS ?= emacs
+SED ?= sed
prefix ?= /usr/local
exec_prefix ?= $(prefix)
@@ -32,6 +33,7 @@ check: ;
install: $(scripts)
install -D $^ --target-directory $(bindir)
+ $(SED) -i 's|$$(which run64)|$(bindir)/run64|' $(bindir)/guile-run64
website: website/index.html