Merge pull request #4884 from buttaface/tmp

termux_step_extract_into_massagedir.sh: don't add tmp/ files to packages, particularly on-device
This commit is contained in:
Leonid Pliushch 2020-02-06 21:07:05 +02:00 committed by GitHub
commit 7069e8b693

View File

@ -4,7 +4,7 @@ termux_step_extract_into_massagedir() {
# Build diff tar with what has changed during the build:
cd $TERMUX_PREFIX
tar -N "$TERMUX_BUILD_TS_FILE" \
--exclude='lib/libutil.so' \
--exclude='lib/libutil.so' --exclude='tmp' \
-czf "$TARBALL_ORIG" .
# Extract tar in order to massage it