这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/termux-backup.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ else
fi

msg "Ensure that all files and directories are accessible..."
find "@TERMUX_BASE_DIR@/usr" -type d -print0 | xargs -0 -r chmod u+rx || true
find "@TERMUX_BASE_DIR@/usr" -type f -print0 | xargs -0 -r chmod u+r || true
find "@TERMUX_BASE_DIR@/usr" -type d,f -print0 | xargs -0 -r chmod u+rX || true

msg "Backing up installed packages..."
tar --warning=no-file-ignored $TAR_EXTRA_OPTS -c \
Expand Down