Skip to content

Commit

Permalink
Workaround for package versioning for Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
GamePlayer-8 committed Dec 10, 2024
1 parent 582403d commit 685b141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function package_kernel {
mkdir -p "${package_dir}"
cp /dist/kernel-alpine.tar.gz "${package_dir}/kernel.tar.gz"
cp "${build_dir}/alpine/src/community/linux-chrultrabook-stoney/APKBUILD.template" "${package_dir}/APKBUILD"
sed -i "s/KERNELVER/${package_version}/g" "${package_dir}/APKBUILD"
sed -i "s/KERNELVER/$(echo "${package_version}" | sed -e 's/nightly/0/g')/g" "${package_dir}/APKBUILD"
output_dir="${build_dir}"
BUILDUSER="abuilder"
adduser "$BUILDUSER" -D || true
Expand Down

0 comments on commit 685b141

Please sign in to comment.