Skip to content

Commit

Permalink
export KERNEL_NAME variable to mimick ublue build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderje committed Apr 1, 2024
1 parent ea9b703 commit 93c81bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/scripts/build-kmod-facetimehd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -oeux pipefail

export KERNEL_NAME="kernel"

ARCH="$(rpm -E '%_arch')"
KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
Expand Down

0 comments on commit 93c81bb

Please sign in to comment.