Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (88991dd9da3b4067b1c6c47200d074a3b187c35e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (88991dd9da3b4067b1c6c47200d074a3b187c35e)
  • Date: Tue, 15 Aug 2017 23:28:16 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/krb5/HISTORY | 4 ++++
crypto/krb5/INSTALL | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 88991dd9da3b4067b1c6c47200d074a3b187c35e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

krb5: Overwrite (force) prior /usr/include/krb5/include symlink if it
exists

diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index cd1e90c..d5fe56c 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/HISTORY
@@ -1,3 +1,7 @@
+2017-08-15 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Overwrite (force) prior /usr/include/krb5/include symlink
if
+ it exists
+
2016-12-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.15
* DETAILS: add gpg checking
diff --git a/crypto/krb5/INSTALL b/crypto/krb5/INSTALL
index 587a115..4737a1b 100755
--- a/crypto/krb5/INSTALL
+++ b/crypto/krb5/INSTALL
@@ -13,4 +13,4 @@ fi &&
#
# Create symlink so packages (such as kdebase) can find krb5.h
#
-ln -s $TRACK_ROOT/usr/include /usr/include/krb5
+ln -sf $TRACK_ROOT/usr/include /usr/include/krb5



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (88991dd9da3b4067b1c6c47200d074a3b187c35e), Eric Sandall, 08/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page