Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uplynx: bump to 2.8.9dev.9, drop 2nd arch, tune install and config. #626
Conversation
* Bump to 2.8.9dev.9 and drop secondary architectures. * Use relative symlinks (with "ln -sr" instead of "ln -s") when installing COPYING and COPYHEADER in data/lynx_help/ as symlinks to the real copies installed in data/lynx_doc/. * Add USER_SETTINGS_FILES as well as the read-only template config files, lynx.cfg and lynx.lss, in data/lynx/. * Edit lynx.cfg to make the STARTFILE variable point to the local copy of the about_lynx.html document in /system/data/lynx_help/. * Also in lynx.cfg, edit the definition of the HELPFILE variable to replace $dataDir/ by /system/data/ as this is required to let lynx continue to find its help files after the package gets updated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
fbrosson commentedJun 5, 2016
•
edited
ln -srinstead ofln -s) when installing COPYING and COPYHEADER indata/lynx_help/as symlinks to the real copies installed indata/lynx_doc/.USER_SETTINGS_FILESas well as the read-only template config files,lynx.cfgandlynx.lss, indata/lynx/.lynx.cfgto make the STARTFILE variable point to the local copy of theabout_lynx.htmldocument in/system/data/lynx_help/.lynx.cfg, edit the definition of the HELPFILE variable to replace$dataDir/by/system/data/as this is required to let lynx continue to find its help files after the package gets updated.