From c56b2644ab1c78787de83492a9e1053f920c78b1 Mon Sep 17 00:00:00 2001 From: Connor Eliffe <connor.eliffe@outlook.com> Date: Sat, 10 Aug 2024 13:33:15 +0100 Subject: [PATCH] linux-amazon-tate: fix APKBUILD indentation (MR 5473) --- device/testing/linux-amazon-tate/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/testing/linux-amazon-tate/APKBUILD b/device/testing/linux-amazon-tate/APKBUILD index 127dcd6e807..94434b9949a 100644 --- a/device/testing/linux-amazon-tate/APKBUILD +++ b/device/testing/linux-amazon-tate/APKBUILD @@ -56,7 +56,7 @@ package() { make modules_install \ O="$_outdir" ARCH="$_carch" \ CC="${CC:-gcc}" \ - KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ + KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ INSTALL_MOD_STRIP=1 \ INSTALL_MOD_PATH="$pkgdir" } -- GitLab