[PC-BSD Commits] r1223 - in pbibuild/modules/lynx: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sat Jan 19 13:19:08 PST 2008
Author: gonzalo
Date: 2008-01-19 13:19:08 -0800 (Sat, 19 Jan 2008)
New Revision: 1223
Added:
pbibuild/modules/lynx/dirstatus
Modified:
pbibuild/modules/lynx/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/lynx/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/lynx/pbi.conf
Log:
Added: pbibuild/modules/lynx/dirstatus
Modified: pbibuild/modules/lynx/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/lynx/overlay-dir/PBI.RemoveScript.sh 2008-01-19 21:08:47 UTC (rev 1222)
+++ pbibuild/modules/lynx/overlay-dir/PBI.RemoveScript.sh 2008-01-19 21:19:08 UTC (rev 1223)
@@ -12,8 +12,8 @@
rm -fR /usr/local/man/man1/lynx.1.gz
rm -fR /usr/local/share/doc/lynx
rm -fR /usr/local/share/lynx_help
+rm -fR /usr/local/etc/lynx.cfg
-
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/lynx/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/lynx/overlay-dir/PBI.SetupScript.sh 2008-01-19 21:08:47 UTC (rev 1222)
+++ pbibuild/modules/lynx/overlay-dir/PBI.SetupScript.sh 2008-01-19 21:19:08 UTC (rev 1223)
@@ -20,5 +20,6 @@
ln -s /Programs/${PROGDIR}/man/man1/lynx.1.gz /usr/local/man/man1/lynx.1.gz
ln -s /Programs/${PROGDIR}/share/doc/lynx /usr/local/share/doc/lynx
ln -s /Programs/${PROGDIR}/share/lynx_help /usr/local/share/lynx_help
+cp /usr/local/etc/lynx.cfg.default /usr/local/etc/lynx.cfg
echo "LAUNCHCLOSE: /usr/local/bin/lynx"
Modified: pbibuild/modules/lynx/pbi.conf
===================================================================
--- pbibuild/modules/lynx/pbi.conf 2008-01-19 21:08:47 UTC (rev 1222)
+++ pbibuild/modules/lynx/pbi.conf 2008-01-19 21:19:08 UTC (rev 1223)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list