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