Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This came up in the Discord, specifically the systemd services not being removed.
So I decided to take a look at a build script and to be diplomatic this was just really damn sloppy.
I overhauled the build script and updated the package to the latest version.
I don't want to keep banging on about this, but I just want to quickly point out how many problems the old build script had.
paclist
was getting shipped despite supposedly being disabledbecause accessing an array without an index only returns the first element.
tur/tur/pacman-contrib/build.sh
Lines 26 to 28 in d83bcc0
termux_step_post_massage()
Or better yet just use
TERMUX_PKG_RM_AFTER_INSTALL
which is the control variable specifically for removing files from a package.sv
services were being provided as equivalents to the Systemd services.PKG_CONFIG_PATH
was being exported to its existing default value for no apparent reason