From 83d991962886eb3dc96bb0964144b53d048e88b8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 26 Jun 2019 12:14:13 -0400 Subject: gawk: Install internal binaries under /usr/libexec --- 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 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 -- cgit v0.9.1