libcap: cleanup

Remove line

 rm -f ${TERMUX_PREFIX}/lib/libcap.so*

since it was used only for static libcap build
This commit is contained in:
Leonid Pliushch 2018-10-26 16:29:53 +03:00 committed by Yaksh Bariya
parent 4336ab7615
commit b00c80b8cb
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -25,5 +25,4 @@ termux_step_make() {
termux_step_make_install() {
make CC=${CC} prefix=${TERMUX_PREFIX} RAISE_SETFCAP=no lib=/lib install
#rm -f ${TERMUX_PREFIX}/lib/libcap.so*
}