summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-26 12:14:13 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-26 12:14:13 (EDT)
commit83d991962886eb3dc96bb0964144b53d048e88b8 (patch)
tree8ccfc612ed9cd78f841c9ec03d218a9e89d67a44
parente850d29fece323ae03bc44fa3cba95f27a2c7a7d (diff)
gawk: Install internal binaries under /usr/libexec
-rwxr-xr-xbuild2
-rw-r--r--changelog1
-rw-r--r--gawk.pkg/files2
3 files changed, 3 insertions, 2 deletions
diff --git a/build b/build
index 884a4bc..11acd2a 100755
--- a/build
+++ b/build
@@ -6,7 +6,7 @@ nop:
@:
configure:
- oh-autoconfigure
+ oh-autoconfigure -- --libexecdir='$${prefix}/libexec'
touch $@
build: configure
diff --git a/changelog b/changelog
index 107cb36..b70798c 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,7 @@ gawk (5.0.0-1) trunk
* Update readline and ncurses build dependencies.
* Replace gettext build dependency with gettext-tiny.
* gawk: Use automatic shared library dependencies.
+ * gawk: Install "pwcat" and "grcat" internal binaries under /usr/libexec.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 23:16:17 -0400
diff --git a/gawk.pkg/files b/gawk.pkg/files
index 892a1b3..1cd6bf3 100644
--- a/gawk.pkg/files
+++ b/gawk.pkg/files
@@ -1,5 +1,5 @@
/usr/bin
/usr/include
-/usr/lib/*/awk
+/usr/libexec/awk
/usr/lib/*/gawk
/usr/share/awk