9560ab8f46
--HG-- extra : convert_revision : e3c838996418b53b11f1e11ade022e7b745f0da5
12 lines
280 B
Text
12 lines
280 B
Text
# 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}
|
|
mv ${SRCPKGDESTDIR}/usr ${DESTDIR}
|
|
}
|