debpac: fix build.sh

This commit is contained in:
Leonid Pliushch 2021-09-10 21:34:30 +03:00 committed by Yaksh Bariya
parent 5ed69b0339
commit c79b3e518f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ termux_step_configure () {
termux_step_make_install () {
cd ${TERMUX_PKG_SRCDIR}
install -Dm700 ${TERMUX_PREFIX}/bin ./debpac
install -Dm700 -t ${TERMUX_PREFIX}/bin ./debpac
}