From df855248a0da072928fda7ea83223c5808d0925c Mon Sep 17 00:00:00 2001 From: George Koehler Date: Mon, 5 Nov 2018 15:14:29 -0500 Subject: [PATCH] Move int to $(INSDIR)/bin/int If $(INSDIR)/bin is in PATH, then the user can run both ack(1) and int(1), like $ ack -mem22 -o prog prog.c $ int prog --- util/int/build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/int/build.lua b/util/int/build.lua index 9c603cf1d..7e2a5100a 100644 --- a/util/int/build.lua +++ b/util/int/build.lua @@ -102,7 +102,7 @@ cprogram { installable { name = "pkg", map = { - ["$(PLATDEP)/int"] = "+int", + ["$(INSDIR)/bin/int"] = "+int", ["$(INSDIR)/share/man/man1/int.1"] = "./int.1", } }