acpi-call: force example script to be executable

This commit is contained in:
Michael Raskin 2012-08-03 16:49:57 +04:00
parent 1935f7e5b8
commit b244629571

View File

@ -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 = {