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

Elisamuel Resto scm at sourcemage.org
Wed Apr 2 04:15:34 EDT 2008


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



More information about the SM-Commit mailing list