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

[skip ci]
This commit is contained in:
termux-pacman-bot
2025-03-28 18:41:22 +00:00
parent c745c9bd4d
commit 7363eedea1
3 changed files with 3 additions and 0 deletions

View File

@@ -50,3 +50,4 @@ termux_step_make_install() {
# Remove *.la files
find "${TERMUX_PREFIX}/lib" -iname \*.la -delete
}

View File

@@ -70,3 +70,4 @@ termux_step_post_make_install() {
ln -sv "$target" "$TERMUX_PREFIX/$link"
done < "$PWD/user_facing_tool_links.txt"
}

View File

@@ -40,3 +40,4 @@ termux_step_make_install() {
--prefix "${TERMUX_PREFIX}" \
--verbose
}