Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4812d9cf7c49b4dd221d428daef98a2a4ea8583f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4812d9cf7c49b4dd221d428daef98a2a4ea8583f)
  • Date: Fri, 26 May 2017 11:15:49 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/ifupdown/HISTORY | 3 +++
net/ifupdown/INSTALL | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 4812d9cf7c49b4dd221d428daef98a2a4ea8583f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ifupdown: fix examples dir installation

diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index 302c2a7..099d17d 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,3 +1,6 @@
+2017-05-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: added missing dir installation
+
2016-11-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* DEPENDS: added critical missing dependency -- iproute2
diff --git a/net/ifupdown/INSTALL b/net/ifupdown/INSTALL
index 00247a2..9d4b59e 100755
--- a/net/ifupdown/INSTALL
+++ b/net/ifupdown/INSTALL
@@ -10,6 +10,8 @@ install -v -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man8/
*.8.gz &&
install -v -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man5/ *.5.gz &&

# install the documentation type things
+install -v -m 755 -d "$INSTALL_ROOT/usr/share/doc/$SPELL/examples" &&
+
install -v -m644 -D -t "$INSTALL_ROOT/usr/share/doc/$SPELL/examples" \
examples/* &&




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4812d9cf7c49b4dd221d428daef98a2a4ea8583f), Vlad Glagolev, 05/26/2017

Archive powered by MHonArc 2.6.24.

Top of Page