summaryrefslogtreecommitdiff
path: root/chunks/stage2-linux-api-headers.morph
blob: 77cd15e73fad2976cd28c1bb1da1736060a3917c (plain)
1
2
3
4
5
6
7
8
9
10
11
name: stage2-linux-api-headers
kind: chunk
repo: upstream:linux
ref: eff825d6e284eb0fb04b434429a3e3b2e10cabf8
install-commands:
- make mrproper
- |
  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"