aboutsummaryrefslogtreecommitdiff
path: root/make_install.sh
AgeCommit message (Collapse)Author
2018-12-23Use the provided sample.* filesEinhard Leichtfuß
Do not longer rely on them being symlinked to the target directories. Also, fix small error in make_install.sh:main() ($1 -> $2). And add some comments.
2018-12-23Simplify and abstract from "$tmp"Einhard Leichtfuß
- Add input and write to basic.sh to no longer need to know "$tmp" in the calling scripts. Also, - make runnable from outside the directory containing the scripts, - simplify chained grep and sed commands.
2018-12-23Add license informationEinhard Leichtfuß
2018-11-29Add Copyright noticesEinhard Leichtfuß
2018-03-31Add support for dict-freedict-* in make_installEinhard Leichtfuß
Furthermore: - Move $langs[] to basic.sh in order to be able to use it in make_install. - Add -f to rm in cleanup() in order to prevent unforeseen errors, that don't matter.
2018-03-30Split some functionality off update.shEinhard Leichtfuß
Such that it may be used by the to be bettered make_install.sh. In particular, the latter is supposed to work for both non-vcs source and binary packages. Also add a main() method to update.sh.