Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0548a2009872f65c3bc26e97fcd5eceab60f3d5f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0548a2009872f65c3bc26e97fcd5eceab60f3d5f)
  • Date: Thu, 2 Aug 2018 12:07:38 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

editors/gawk/BUILD | 1 +
editors/gawk/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 0548a2009872f65c3bc26e97fcd5eceab60f3d5f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

editors/gawk: added sysconfdir flag to correct installation paths of
profiles

diff --git a/editors/gawk/BUILD b/editors/gawk/BUILD
index 6e4e95a..db88225 100755
--- a/editors/gawk/BUILD
+++ b/editors/gawk/BUILD
@@ -7,6 +7,7 @@
./configure --build=${BUILD} \
--prefix=${TRACK_ROOT}/usr \
--bindir=${TRACK_ROOT}/bin \
+ --sysconfdir=${TRACK_ROOT}/etc \
--infodir=${TRACK_ROOT}/usr/share/info \
--mandir=${TRACK_ROOT}/usr/share/man \
--without-mpfr --without-readline \
diff --git a/editors/gawk/HISTORY b/editors/gawk/HISTORY
index d4f925f..a4b5781 100644
--- a/editors/gawk/HISTORY
+++ b/editors/gawk/HISTORY
@@ -1,3 +1,6 @@
+2018-08-02 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added sysconfdir flag, otherwise we have /usr/etc
+
2018-02-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.2.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0548a2009872f65c3bc26e97fcd5eceab60f3d5f), Pavel Vinogradov, 08/02/2018

Archive powered by MHonArc 2.6.24.

Top of Page