Skip to content
Snippets Groups Projects
Unverified Commit c56b2644 authored by Connor Eliffe's avatar Connor Eliffe
Browse files

linux-amazon-tate: fix APKBUILD indentation (MR 5473)

parent ec55e7b9
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ package() { ...@@ -56,7 +56,7 @@ package() {
make modules_install \ make modules_install \
O="$_outdir" ARCH="$_carch" \ O="$_outdir" ARCH="$_carch" \
CC="${CC:-gcc}" \ CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \
INSTALL_MOD_STRIP=1 \ INSTALL_MOD_STRIP=1 \
INSTALL_MOD_PATH="$pkgdir" INSTALL_MOD_PATH="$pkgdir"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment