Added kernel-snapshot to test latest development kernel snapshot.
This package can coexist with other kernel packages. --HG-- extra : convert_revision : 57a77d57d7c5224858c659652eb918ff854d2149
This commit is contained in:
12
srcpkgs/kernel-snapshot/kernel-snapshot-headers.template
Normal file
12
srcpkgs/kernel-snapshot/kernel-snapshot-headers.template
Normal file
@@ -0,0 +1,12 @@
|
||||
# Template file for 'kernel-snapshot-headers'.
|
||||
#
|
||||
short_desc="${pkgname} src headers"
|
||||
long_desc="
|
||||
This package contains the required source headers to be able to build
|
||||
external 3rd party binary modules."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/src ${DESTDIR}/usr
|
||||
}
|
Reference in New Issue
Block a user