diff options
author | Patrick 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) |
commit | 83d991962886eb3dc96bb0964144b53d048e88b8 (patch) | |
tree | 8ccfc612ed9cd78f841c9ec03d218a9e89d67a44 | |
parent | e850d29fece323ae03bc44fa3cba95f27a2c7a7d (diff) |
gawk: Install internal binaries under /usr/libexec
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | gawk.pkg/files | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -6,7 +6,7 @@ nop: @: configure: - oh-autoconfigure + oh-autoconfigure -- --libexecdir='$${prefix}/libexec' touch $@ build: configure @@ -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 |