Browse Source

Merge pull request #4884 from buttaface/tmp

termux_step_extract_into_massagedir.sh: don't add tmp/ files to packages, particularly on-device
build-on-device
Leonid Plyushch 5 years ago
committed by GitHub
parent
commit
42912bd65f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/build/termux_step_extract_into_massagedir.sh

2
scripts/build/termux_step_extract_into_massagedir.sh

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

Loading…
Cancel
Save