Check-in [a2946d9090]
Overview
Comment:Fixed header install path
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | packages
Files: files | file ages | folders
SHA1: a2946d90902056478210d0509b566bb590933501
User & Date: rkeene on 2014-11-06 18:29:03
Other Links: branch diff | manifest | tags
Context
2014-11-11
05:37
Updated to deal with dependencies better and specifiy libdir explicitly check-in: 17a7fbab32 user: rkeene tags: packages
2014-11-06
18:29
Fixed header install path check-in: a2946d9090 user: rkeene tags: packages
18:23
Updated to include OS and arch in package CPIO archive filename check-in: 86cac376ec user: rkeene tags: packages
Changes

Modified pkgs/linux-headers from [e14114f6de] to [9fe679842b].

10
11
12
13
14
15
16
17

18
10
11
12
13
14
15
16

17
18







-
+

}

function build() {
	make defconfig || die
}

function install() {
	make INSTALL_HDR_PATH="${destdir}/${prefix}/include" headers_install || die
	make INSTALL_HDR_PATH="${destdir}/${prefix}" headers_install || die
}