Differences From Artifact [e14114f6de]:
- File pkgs/linux-headers — part of check-in [aa58b7fc45] at 2014-11-06 18:21:46 on branch packages — Upgraded linux-headers (user: rkeene, size: 392) [annotate] [blame] [check-ins using]
To Artifact [9fe679842b]:
- File pkgs/linux-headers — part of check-in [a2946d9090] at 2014-11-06 18:29:03 on branch packages — Fixed header install path (user: rkeene, size: 384) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | } function build() { make defconfig || die } function install() { | | | 10 11 12 13 14 15 16 17 18 | } function build() { make defconfig || die } function install() { make INSTALL_HDR_PATH="${destdir}/${prefix}" headers_install || die } |