Fix permissions on rclonectl.

This commit is contained in:
fewtarius 2022-04-03 11:11:58 -04:00
parent 33494bf383
commit 609841e434
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 1 additions and 0 deletions

View file

@ -20,6 +20,7 @@ makeinstall_target() {
mkdir -p ${INSTALL}/usr/config/
cp ${PKG_DIR}/sources/rclonectl ${INSTALL}/usr/bin/
cp ${PKG_BUILD}/rclone-v${PKG_VERSION}-linux-arm64/rclone ${INSTALL}/usr/bin/
chmod 0755 ${INSTALL}/usr/bin/*
cp ${PKG_DIR}/cloud-sync-rules.conf ${INSTALL}/usr/config/
chmod 755 ${INSTALL}/usr/bin/rclone
}

0
packages/sysutils/rclone/sources/rclonectl Normal file → Executable file
View file