Changeset 1223 for pbibuild/modules/lynx
- Timestamp:
- 01/19/08 13:19:08 (10 months ago)
- Location:
- pbibuild/modules/lynx
- Files:
-
- 1 added
- 3 modified
-
dirstatus (added)
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/lynx/overlay-dir/PBI.RemoveScript.sh
r1219 r1223 13 13 rm -fR /usr/local/share/doc/lynx 14 14 rm -fR /usr/local/share/lynx_help 15 15 rm -fR /usr/local/etc/lynx.cfg 16 16 17 17 if [ ! -z "$DISPLAY" ] -
pbibuild/modules/lynx/overlay-dir/PBI.SetupScript.sh
r1219 r1223 21 21 ln -s /Programs/${PROGDIR}/share/doc/lynx /usr/local/share/doc/lynx 22 22 ln -s /Programs/${PROGDIR}/share/lynx_help /usr/local/share/lynx_help 23 cp /usr/local/etc/lynx.cfg.default /usr/local/etc/lynx.cfg 23 24 24 25 echo "LAUNCHCLOSE: /usr/local/bin/lynx" -
pbibuild/modules/lynx/pbi.conf
r1219 r1223 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY="0 1"35 BUILDKEY="02" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
