1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 19:46:40 +00:00

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

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
}