[PC-BSD Commits] r16128 - in pbi/modules/www/lynx-current: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Apr 2 08:48:23 PDT 2012
Author: kenmoore
Date: 2012-04-02 15:48:23 +0000 (Mon, 02 Apr 2012)
New Revision: 16128
Removed:
pbi/modules/www/lynx-current/scripts/pre-remove.sh
Modified:
pbi/modules/www/lynx-current/pbi.conf
pbi/modules/www/lynx-current/scripts/post-install.sh
Log:
Fix the install script for lynx-current to make sure that etc/lynx.cfg.default has the proper permissions to be copied as etc/lynx.cfg
Modified: pbi/modules/www/lynx-current/pbi.conf
===================================================================
--- pbi/modules/www/lynx-current/pbi.conf 2012-04-02 15:36:53 UTC (rev 16127)
+++ pbi/modules/www/lynx-current/pbi.conf 2012-04-02 15:48:23 UTC (rev 16128)
@@ -20,5 +20,7 @@
# The target port we are building
PBI_MAKEPORT="www/lynx-current"
+
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/www/lynx-current/scripts/post-install.sh
===================================================================
--- pbi/modules/www/lynx-current/scripts/post-install.sh 2012-04-02 15:36:53 UTC (rev 16127)
+++ pbi/modules/www/lynx-current/scripts/post-install.sh 2012-04-02 15:48:23 UTC (rev 16128)
@@ -1,2 +1,3 @@
#!/bin/sh
+chmod 766 ${PBI_PROGDIRPATH}/etc/lynx.cfg.default
cp ${PBI_PROGDIRPATH}/etc/lynx.cfg.default ${PBI_PROGDIRPATH}/etc/lynx.cfg
More information about the Commits
mailing list