void-packages/srcpkgs/kernel-snapshot/kernel-snapshot-firmware.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

15 lines
320 B
Plaintext

# Template file for 'kernel-snapshot-firmware'.
#
short_desc="${pkgname} firmware binary files"
long_desc="
This package contains the binary firmware files required
for some hardware, built from the Linux kernel."
noarch=yes
do_install()
{
mkdir -p ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/lib/firmware ${DESTDIR}/lib
}