3
0
Fork 0
forked from mirrors/nixpkgs

firmware-linux-nonfree: Install copyright notices

Most of the firmwares require that redistribution in binary form
reproduces the copyright notice.
This commit is contained in:
Eelco Dolstra 2013-08-14 03:59:38 +02:00
parent d0617613dd
commit f69eb63a1b

View file

@ -54,8 +54,10 @@ in stdenv.mkDerivation {
buildInputs = [ dpkg ];
installPhase = ''
mkdir -p "$out/"
mkdir -p $out/share
cp -r lib/firmware/* "$out/"
cp -r usr/share/doc $out/share/
find $out/share -name changelog.gz | xargs rm
'';
meta = {