Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
|
|
|
|
Conflicts:
src/abslibre-tools/createworkdir
|
|
|
|
|
|
chroot-tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unfortunately for me, that means that it works correctly *most* of the
time. But, for example, [[ 10 < 2 ]], and negatives don't work.
|
|
Replace their usages with `load_files *` and `check_vars *`
|
|
|
|
* install all library files to $(libexecdir)/libretools, instead of
- $(bindir)
- $(datadir)/libretools
- $(datadir)/devtools
* symlink the executable library files into $(bindir)
* add the tool `librelib`
* instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)"
* mark all libraries with shebangs of what options they support
* move blacklist.sh to libreblacklist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|