Skip to content
Snippets Groups Projects
Commit 158bda3c authored by Akash Rawat's avatar Akash Rawat
Browse files

Updating linux-meizu-mblu2/APKBUILD

removing trailing whitespaces at line 25
parent a071463e
No related branches found
No related tags found
No related merge requests found
Pipeline #194731 passed
......@@ -22,7 +22,7 @@ makedepends="
openssl-dev
perl
python3
xz
xz
"
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
if [ "${CC:0:5}" != "gcc6-" ]; then
......@@ -51,7 +51,6 @@ prepare() {
build() {
unset LDFLAGS
chmod +x "$builddir"/tools/dct/DrvGen.py
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}
......
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