mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 New Issue
Block a user