forked from mirrors/nixpkgs
acpi-call: force example script to be executable
This commit is contained in:
parent
1935f7e5b8
commit
b244629571
|
@ -20,6 +20,7 @@ stdenv.mkDerivation {
|
|||
cp acpi_call.ko $out/lib/modules/${kernel.modDirVersion}/misc
|
||||
mkdir -p $out/bin
|
||||
cp test_off.sh $out/bin/test_discrete_video_off.sh
|
||||
chmod a+x $out/bin/test_discrete_video_off.sh
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue