summaryrefslogtreecommitdiff
path: root/strata/build-essential/linux-api-headers.morph
blob: e1ff26387030a1294195e8a544275a6b73969439 (plain)
1
2
3
4
5
6
name: linux-api-headers
kind: chunk
install-commands:
- ARCH=$(./morph-arch) make INSTALL_HDR_PATH=dest headers_install
- install -d "$DESTDIR${PREFIX-/usr}/include"
- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include"