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

Elisamuel Resto scm at sourcemage.org
Wed Apr 2 05:50:58 EDT 2008


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

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

New commits:
commit a52eaaa571f07a440cdad381ee4938c07c04c7d3
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    net/pump: install pump into /sbin

diff --git a/net/pump/HISTORY b/net/pump/HISTORY
index 435b3ad..e989ab5 100644
--- a/net/pump/HISTORY
+++ b/net/pump/HISTORY
@@ -1,6 +1,7 @@
 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.
+	  install pump to /sbin
 
 2008-03-29 Elisamuel Resto <ryuji at sourcemage.org>
 	* DEPENDS, DETAILS: spell created
diff --git a/net/pump/INSTALL b/net/pump/INSTALL
index b261aab..b1eae23 100755
--- a/net/pump/INSTALL
+++ b/net/pump/INSTALL
@@ -1,5 +1,5 @@
 make_single &&
-install -v -m 755 pump ${INSTALL_ROOT}/usr/sbin/pump &&
+install -v -m 755 pump ${INSTALL_ROOT}/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 &&



More information about the SM-Commit mailing list