diff options
-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 |