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