summaryrefslogtreecommitdiffstats
path: root/src/ob-installplatconf.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob-installplatconf: Match upstream version patternsPatrick McDermott2019-06-171-11/+15
|
* ob-installplatconf: Use OB_LF instead of own global varPatrick McDermott2019-03-181-4/+1
|
* ob-installplatconf: set -uPatrick McDermott2019-03-181-1/+1
|
* ob-installplatconf: Declare local variables and wrap long linesPatrick McDermott2019-03-181-6/+16
|
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
|
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-2/+0
| | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time.
* opkbuild, ob-*: Fix printf commands after ob_set_text_domain()Patrick McDermott2019-03-151-1/+2
|
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-1/+0
| | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API.
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-3/+3
|
* ob-installplatconf, ob-installdocs: Replace "${dest%/*}" checks with dirnamePatrick McDermott2019-03-131-7/+6
|
* ob-installplatconf: Add return statements after ob_error() callsPatrick McDermott2019-03-131-4/+11
|
* Eliminate -a and -o options of [ commandsPatrick McDermott2019-03-131-1/+1
| | | | POSIX marks these as obsolescent.
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
| | | | Cf. commit da45b6d.
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
|
* ob-*: Add more return statementsPatrick McDermott2019-03-131-0/+4
|
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
|
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
|
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-24/+24
|
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
|
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
|
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-1/+1
|
* ob_use(): RemovePatrick McDermott2018-12-221-4/+0
|
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
|
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
|
* ob-installplatconf: Check for "/" in destination.P. J. McDermott2014-05-121-2/+5
| | | | | With a platconf line like "foo bar", ob-installplatconf would install "foo" to "bar/bar".
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* 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
|
* Expect >= 1 platconf dirs from ob_get_system_path.P. J. McDermott2012-10-201-7/+17
|
* s/config/platconf/ in ob-installplatconf.P. J. McDermott2012-10-201-4/+4
| | | | This changed in SPF 2.0.
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Fix install destination of runtime platconf files.P. J. McDermott2012-10-091-1/+1
|
* Install platconf files only for built packages.P. J. McDermott2012-10-091-1/+1
|
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-081-3/+3
|
* Remove an old TODO tag.P. J. McDermott2012-10-041-1/+0
| | | | The task was done in the previous commit.
* Use ob_get_system_path() in utilities.P. J. McDermott2012-10-041-1/+2
|
* Improve binary package loop in ob-installplatconf.P. J. McDermott2012-10-031-3/+5
|
* Finish implementation of ob-installplatconf.P. J. McDermott2012-10-031-0/+45
|
* Implement a stub ob-installplatconf.P. J. McDermott2012-10-031-0/+36