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

Elisamuel Resto scm at mail.sourcemage.org
Sat Feb 17 11:47:07 EST 2007


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

 net/dhcp/HISTORY |    4 ++++
 net/dhcp/INSTALL |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

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

    net/dhcp: INSTALL - removed the silly change for absolute path and added $INSTALL_ROOT to the install command as per the comment on sm-commit

diff --git a/net/dhcp/HISTORY b/net/dhcp/HISTORY
index b102cb6..da8d560 100644
--- a/net/dhcp/HISTORY
+++ b/net/dhcp/HISTORY
@@ -1,3 +1,7 @@
+2007-02-17 Elisamuel Resto <ryuji at sourcemage.org>
+	* INSTALL: Added $INSTALL_ROOT for the targets and removed
+	  the $SOURCE_DIRECTORY as per the comment on sm-commit
+
 2007-02-04 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: Updated to 3.0.5, added GPG checks and added keywords
 	* INSTALL: Use absolute paths for the two install comands
diff --git a/net/dhcp/INSTALL b/net/dhcp/INSTALL
index 452551e..81f85ff 100755
--- a/net/dhcp/INSTALL
+++ b/net/dhcp/INSTALL
@@ -1,3 +1,3 @@
 default_install &&
-install  -m 644  $SOURCE_DIRECTORY/client/dhclient.conf  /etc/dhclient.conf.example  &&
-install  -m 644  $SOURCE_DIRECTORY/server/dhcpd.conf  /etc/dhcpd.conf.example
+install  -m 644  client/dhclient.conf  $INSTALL_ROOT/etc/dhclient.conf.example  &&
+install  -m 644  server/dhcpd.conf  $INSTALL_ROOT/etc/dhcpd.conf.example



More information about the SM-Commit mailing list