pmb.aportgen.linux: fix generated apkbuild

This commit is contained in:
Luca Weiss 2020-04-06 10:39:45 +00:00
parent 73ac84f605
commit 20e6dd0085
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
build() {
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \\
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \\
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}