From 2b4492e816973482befc39ebd3345110696c4508 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Tue, 30 Jun 2026 00:43:35 +0900 Subject: [PATCH] del --- build | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 build diff --git a/build b/build deleted file mode 100755 index 77cc350..0000000 --- a/build +++ /dev/null @@ -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"