aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2018-02-08 08:36:02 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2018-02-08 08:36:02 -0500
commitc326b7dfa00760f7127912053fad544b0b79da23 (patch)
treebbbbc4c4fe1c2d12654bec6a966dc841d131e067 /extension/configure
parent4197063335d758d0eacb8b4cb74b232ad596c784 (diff)
downloadegawk-c326b7dfa00760f7127912053fad544b0b79da23.tar.gz
egawk-c326b7dfa00760f7127912053fad544b0b79da23.tar.bz2
egawk-c326b7dfa00760f7127912053fad544b0b79da23.zip
Fix extension pkgextensiondir installation location.
Diffstat (limited to 'extension/configure')
-rwxr-xr-xextension/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure b/extension/configure
index 084334e1..2ace2d86 100755
--- a/extension/configure
+++ b/extension/configure
@@ -12595,7 +12595,7 @@ CC=$lt_save_CC
-pkgextensiondir='${pkglibdir}'${EXTENSIONDIR}
+pkgextensiondir='${libdir}/gawk'${EXTENSIONDIR}
if test "$GCC" = yes