Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (988f87eb42d6e100a752aa793959c8a95c5720b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (988f87eb42d6e100a752aa793959c8a95c5720b4)
  • Date: Wed, 2 Apr 2008 03:15:34 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

net/pump/HISTORY | 1 +
net/pump/INSTALL | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 988f87eb42d6e100a752aa793959c8a95c5720b4
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

net/pump: nothing but the .mo files were installing, fixed.

diff --git a/net/pump/HISTORY b/net/pump/HISTORY
index 2115d06..435b3ad 100644
--- a/net/pump/HISTORY
+++ b/net/pump/HISTORY
@@ -1,5 +1,6 @@
2008-04-02 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: newt is not needed (inserted when testing make targets)
+ * INSTALL: nothing but the .mo files were installing, fixed.

2008-03-29 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/net/pump/INSTALL b/net/pump/INSTALL
index dfe130e..b261aab 100755
--- a/net/pump/INSTALL
+++ b/net/pump/INSTALL
@@ -1,3 +1,7 @@
make_single &&
-make -C po install datadir="${INSTALL_ROOT}/usr/share/" &&
+install -v -m 755 pump ${INSTALL_ROOT}/usr/sbin/pump &&
+install -v -m 644 pump.8 ${INSTALL_ROOT}/usr/share/man/man8 &&
+install -v -m 644 libpump.a ${INSTALL_ROOT}/usr/lib &&
+install -v -m 644 pump.h ${INSTALL_ROOT}/usr/include &&
+make -C po datadir="${INSTALL_ROOT}/usr/share/" &&
make_normal



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (988f87eb42d6e100a752aa793959c8a95c5720b4), Elisamuel Resto, 04/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page