diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |