[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (6336966665d41adc5a1d8248360d3affb82ba953)

Jaka Kranjc scm at mail.sourcemage.org
Sat Oct 21 11:33:37 EDT 2006


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 security/hunt/BUILD   |    2 +-
 security/hunt/HISTORY |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6336966665d41adc5a1d8248360d3affb82ba953
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    hunt: fix #12156 install error

diff --git a/security/hunt/BUILD b/security/hunt/BUILD
index 38344bc..171bc91 100755
--- a/security/hunt/BUILD
+++ b/security/hunt/BUILD
@@ -8,7 +8,7 @@ (
   prepare_install                                             &&
 
   install  -m 755  hunt tpserv/tpserv /usr/bin/               &&
-  install  -m 644  man/hunt.1 /usr/man/man1/hunt.1
+  install  -m 644  man/hunt.1 /usr/share/man/man1/hunt.1
 
 ) > $C_FIFO 2>&1
 
diff --git a/security/hunt/HISTORY b/security/hunt/HISTORY
index c6fa0e2..40b5e1e 100644
--- a/security/hunt/HISTORY
+++ b/security/hunt/HISTORY
@@ -1,3 +1,6 @@
+2006-10-21 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* BUILD: fix man install path #12156
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 



More information about the SM-Commit mailing list