del
This commit is contained in:
13
build
13
build
@@ -1,13 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -eu
|
|
||||||
|
|
||||||
KVER="$(uname -r)"
|
|
||||||
KDIR="/lib/modules/$KVER/build"
|
|
||||||
|
|
||||||
if [ ! -d "$KDIR" ]; then
|
|
||||||
echo "error: kernel headers for running kernel $KVER were not found at $KDIR" >&2
|
|
||||||
echo "install matching Arch headers or reboot into the kernel that matches installed headers" >&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
make KDIR="$KDIR"
|
|
||||||
Reference in New Issue
Block a user