Skip to content

Commit

Permalink
meson: add shebang line to kernel module build script
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Aug 16, 2021
1 parent 44da705 commit b060e7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mesonbuildkmod.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

mkdir -p "$2/drivers/kmod.dir"
cp -Rf "$1/drivers/"* "$2/drivers/kmod.dir"
rm -f "$2/drivers/kmod.dir/meson.build" "$2/drivers/kmod.dir/mesonbuild.sh"
Expand Down

0 comments on commit b060e7a

Please sign in to comment.