Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0d65f14d6f68f1032ca4b49a544420349eda2c22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0d65f14d6f68f1032ca4b49a544420349eda2c22)
  • Date: Thu, 30 Nov 2006 07:21:11 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

http/lynx/DETAILS | 1 +
http/lynx/HISTORY | 4 ++++
http/lynx/INSTALL | 9 +++++----
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 0d65f14d6f68f1032ca4b49a544420349eda2c22
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lynx: install lynx.cfg

diff --git a/http/lynx/DETAILS b/http/lynx/DETAILS
index 2f534eb..0bcf404 100755
--- a/http/lynx/DETAILS
+++ b/http/lynx/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPEL

SOURCE_HASH=sha512:bd562b3a7761616931a02614c18d07249a5f834c6a01ada01ce60483af398994bd2ce55fb6bb9f09f00efc6cc2df213c9c89789683a0e783b2af75ba1d23be91
WEB_SITE=http://lynx.browser.org/
ENTERED=20010922
+ PATCH_LEVEL=1
LICENSE[0]=GPL
KEYWORDS="web http"
SHORT="Text browser for the World Wide Web"
diff --git a/http/lynx/HISTORY b/http/lynx/HISTORY
index ca79970..207f977 100644
--- a/http/lynx/HISTORY
+++ b/http/lynx/HISTORY
@@ -1,3 +1,7 @@
+2006-11-30 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: patchlevel=1
+ * INSTALL: install lynx.cfg
+
2006-11-27 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Fixed SOURCE_HASH (bug #13279).

diff --git a/http/lynx/INSTALL b/http/lynx/INSTALL
index 7192a36..69e4a25 100755
--- a/http/lynx/INSTALL
+++ b/http/lynx/INSTALL
@@ -1,5 +1,6 @@
-make install &&
-make install-help &&
-make install-doc &&
-ln -sf ../var/lib/lynx/lynx.cfg $INSTALL_ROOT/etc/lynx.cfg &&
+make install &&
+make install-help &&
+make install-doc &&
+install_config_file lynx.cfg $INSTALL_ROOT/var/lib/lynx/lynx.cfg &&
+ln -sf ../var/lib/lynx/lynx.cfg $INSTALL_ROOT/etc/lynx.cfg &&
rm -f $INSTALL_ROOT/usr/bin/lynx.old



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0d65f14d6f68f1032ca4b49a544420349eda2c22), Arjan Bouter, 11/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page