dtach: use mode 700 when installing binary

This commit is contained in:
Leonid Pliushch 2021-11-02 12:26:45 +02:00 committed by GitHub
parent 99ced41969
commit e2ba9352e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/dtach/dtach-${TE
TERMUX_PKG_SHA256=32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
termux_step_make_install() {
install -Dm755 -t ${TERMUX_PREFIX}/bin dtach
install -Dm700 -t ${TERMUX_PREFIX}/bin dtach
install -Dm600 -t ${TERMUX_PREFIX}/share/man/man1 ${TERMUX_PKG_SRCDIR}/dtach.1
}