add private headers for dev package

#1169

needed for expect
This commit is contained in:
Stephen 2017-09-12 10:11:14 -07:00 committed by Fredrik Fornwall
parent 58c1620384
commit bcc8c1e3eb
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ termux_step_pre_configure () {
}
termux_step_post_make_install () {
# expect needs private headers
make install_private_headers
local _MAJOR_VERSION=${TERMUX_PKG_VERSION:0:3}
cd $TERMUX_PREFIX/bin
ln -f -s tclsh$_MAJOR_VERSION tclsh