Installing test_off.sh with reasonable name

svn path=/nixpkgs/trunk/; revision=24669
This commit is contained in:
Michael Raskin 2010-11-11 22:02:19 +00:00
parent e870391644
commit ecd0650050

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
ensureDir $out/lib/modules/$kernelVersion/misc
cp acpi_call.ko $out/lib/modules/$kernelVersion/misc
ensureDir $out/bin
cp test_off.sh $out/bin
cp test_off.sh $out/bin/test_discrete_video_off.sh
'';
meta = {