mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Installing test_off.sh with reasonable name
svn path=/nixpkgs/trunk/; revision=24669
This commit is contained in:
parent
e870391644
commit
ecd0650050
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user