Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/*.sh: Add an extra space in copyirhgt notices. | P. J. McDermott | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | src/*.sh: Wrap long lines. | P. J. McDermott | 2014-03-06 | 1 | -1/+2 |
| | |||||
* | Add missing ".sh" to file headers. | P. J. McDermott | 2014-03-01 | 1 | -1/+1 |
| | | | | | All source files were renamed two years ago in e206c66, but the headers were never updated. | ||||
* | Use new build system macros in source files. | P. J. McDermott | 2014-02-28 | 1 | -2/+2 |
| | |||||
* | oh-installfiles: s/files_ifs/CR/. | P. J. McDermott | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | src/oh-installfiles.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -3/+3 |
| | |||||
* | src/oh-installfiles.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -3/+3 |
| | |||||
* | s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | oh-installfiles: In mkdir cmd, rm / and 1+ chars. | P. J. McDermott | 2013-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a pattern like `/usr/include/` in <binpkg>.pkg/files would cause oh-installfiles to run `mkdir -p <binpkg>.data//usr/include` and install headers in `<binpkg>.data/usr/include/include/`. Before: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr/include After: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr | ||||
* | oh-installfiles: Don't skip symbolic links. | P. J. McDermott | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Remove unneeded ob_parse_package_metadata() call. | P. J. McDermott | 2012-11-15 | 1 | -5/+0 |
| | |||||
* | Warn if some files aren't installed into packages. | P. J. McDermott | 2012-10-23 | 1 | -0/+5 |
| | |||||
* | Move common load/init logic into libopkhelper. | P. J. McDermott | 2012-10-22 | 1 | -5/+2 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Let user specify the dir in which files are found. | P. J. McDermott | 2012-10-20 | 1 | -3/+17 |
| | |||||
* | Set the locale path format. | P. J. McDermott | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | For now, use mv rather than ln in oh-installfiles. | P. J. McDermott | 2012-10-11 | 1 | -1/+2 |
| | |||||
* | Fix missing ob_get_msg() call. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Skip patterns that match no pathnames. | P. J. McDermott | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Simplify and improve pathname pattern matching. | P. J. McDermott | 2012-10-09 | 1 | -6/+5 |
| | |||||
* | Use OPK_PACKAGES in src/oh-installfiles.sh. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Rewrite src/oh-installfiles.sh. | P. J. McDermott | 2012-10-09 | 1 | -41/+29 |
| | |||||
* | Standardize parameter expansions. | P. J. McDermott | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | Make oh-* tools consistently use message library. | P. J. McDermott | 2012-04-24 | 1 | -3/+4 |
| | |||||
* | Replace "/bin/sh" with "@@SHELL@@" in scripts. | P. J. McDermott | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | Warn if files remain in installation destination. | P. J. McDermott | 2012-04-22 | 1 | -0/+7 |
| | |||||
* | Fix pathname expansion in oh-installfiles. | P. J. McDermott | 2012-04-11 | 1 | -3/+3 |
| | |||||
* | Really support path patterns in oh-installfiles. | P. J. McDermott | 2012-04-09 | 1 | -7/+9 |
| | |||||
* | Rename all source files. | P. J. McDermott | 2012-03-06 | 1 | -0/+59 |