summaryrefslogtreecommitdiffstats
path: root/src/ob-applypatches.sh
Commit message (Collapse)AuthorAgeFilesLines
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* ob-applypatches: Fix to work with BusyBox patch.P. J. McDermott2013-06-181-1/+3
| | | | | | | | | | | | | | | | | | | | | BusyBox's patch applet doesn't support the -d option, which is specified by POSIX.1. Fixes: ob-applypatches: Applying patch "01_better-handle-unrecognized-options.patch"... patch: invalid option -- 'd' BusyBox v1.21.0 (2013-06-15 09:00:55 EDT) multi-call binary. Usage: patch [OPTIONS] [ORIGFILE [PATCHFILE]] -p,--strip N Strip N leading components from file names -i,--input DIFF Read DIFF instead of stdin -R,--reverse Reverse patch -N,--forward Ignore already applied patches -E,--remove-empty-files Remove output files if they become empty ob-applypatches: Error: Can't apply patch "01_better-handle-unrecognized-options.patch"
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Fix patch pathnames.P. J. McDermott2012-10-091-0/+1
|
* Replace unsafe/unnecessary ls command in for loop.P. J. McDermott2012-10-091-1/+8
|
* Fix some inconsistent quoting in utilities.P. J. McDermott2012-10-041-3/+3
|
* Implement ob-applypatches.P. J. McDermott2012-10-031-0/+55