void-packages/srcpkgs/kernel-snapshot/kernel-snapshot-headers.template
Juan RP 52a0ddca2c kernel-snapshot: install fw files into its own subdir, avoids conflicts.
This allows coexistence with the kernel-firmware pkg.

--HG--
extra : convert_revision : dff37d3a5304c5ea4eeaf02c46fa3a18063768d3
2010-02-19 08:47:40 +01:00

14 lines
304 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."
revision=1
do_install()
{
mkdir -p ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/src ${DESTDIR}/usr
}