Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ed53082275877eaa77c0c17af42efb6a7ced67bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ed53082275877eaa77c0c17af42efb6a7ced67bb)
  • Date: Sat, 21 Nov 2020 17:43:45 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/nlohmann_json/HISTORY | 3 +++
devel/nlohmann_json/INSTALL | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit ed53082275877eaa77c0c17af42efb6a7ced67bb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nlohmann_json: Fixed typo

diff --git a/devel/nlohmann_json/HISTORY b/devel/nlohmann_json/HISTORY
index f0b205c..3b1bd6b 100644
--- a/devel/nlohmann_json/HISTORY
+++ b/devel/nlohmann_json/HISTORY
@@ -1,3 +1,6 @@
+2020-11-21 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: Fixed typo
+
2020-11-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 3.9.1
* BUILD, DETAILS, INSTALL, PRE_BUILD: cleaned up
diff --git a/devel/nlohmann_json/INSTALL b/devel/nlohmann_json/INSTALL
index 3654f28..9880c73 100755
--- a/devel/nlohmann_json/INSTALL
+++ b/devel/nlohmann_json/INSTALL
@@ -1,6 +1,6 @@
dest="$INSTALL_ROOT"/usr &&
-incdir="$dist"/include/nlhomann &&
-pkgconfigdir="$dist"/lib/pkg-config &&
+incdir="$dest"/include/nlhomann &&
+pkgconfigdir="$dest"/lib/pkgconfig &&

install -d "$pkgconfigdir" "$incdir" &&




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ed53082275877eaa77c0c17af42efb6a7ced67bb), Ismael Luceno, 11/21/2020

Archive powered by MHonArc 2.6.24.

Top of Page