termux-pacman/auto-check-repo: preparing to recompile packages

[skip ci]
This commit is contained in:
termux-pacman-bot
2025-08-19 03:02:07 +00:00
parent ce691f370a
commit d57ad0be01
2 changed files with 2 additions and 0 deletions

View File

@@ -93,3 +93,4 @@ termux_step_create_debscripts() {
"$TERMUX_PKG_BUILDER_DIR/prerm.sh.in" > ./prerm
chmod +x ./prerm
}

View File

@@ -166,3 +166,4 @@ termux_step_pre_massage() {
[[ "$TERMUX_PACKAGE_FORMAT" != "pacman" ]] && return
sed -i "s|@LLVM_MAJOR_VERSION@|${LLVM_MAJOR_VERSION}|g" ./share/libalpm/scripts/update-libcompiler-rt
}