summaryrefslogtreecommitdiffstats
path: root/lib/architecture
Commit message (Collapse)AuthorAgeFilesLines
* Fix architecture of platform-dependent packages.P. J. McDermott2012-02-031-11/+3
|
* Handle platforms in oh_is_buildable().P. J. McDermott2012-01-291-1/+5
|
* Sometimes I hate shell script...P. J. McDermott2012-01-291-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. McDermott2012-01-291-1/+7
|
* Write lib/architecture.P. J. McDermott2012-01-291-0/+69