Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix architecture of platform-dependent packages. | P. J. McDermott | 2012-02-03 | 1 | -11/+3 |
| | |||||
* | Handle platforms in oh_is_buildable(). | P. J. McDermott | 2012-01-29 | 1 | -1/+5 |
| | |||||
* | Sometimes I hate shell script... | P. J. McDermott | 2012-01-29 | 1 | -1/+3 |
| | | | | | | | | | | Piping input into a read command won't work, because read will be run in a subshell and therefore be unable to modify variables of the parent shell. Also, for some reason double quotes cause the substring processing in this parameter expansion to fail: export OH_PKGVER="${version%'-'*}" | ||||
* | Fix handling of "any" architecture name. | P. J. McDermott | 2012-01-29 | 1 | -1/+7 |
| | |||||
* | Write lib/architecture. | P. J. McDermott | 2012-01-29 | 1 | -0/+69 |