Stand in srcdir for termux_step_pre_configure

This commit is contained in:
Fredrik Fornwall 2017-05-11 01:01:20 +02:00 committed by Yaksh Bariya
parent 99428b4dd4
commit 6e1f9468eb
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -6,6 +6,5 @@ TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e
TERMUX_PKG_FOLDERNAME=macchanger-${TERMUX_PKG_VERSION} TERMUX_PKG_FOLDERNAME=macchanger-${TERMUX_PKG_VERSION}
termux_step_pre_configure() { termux_step_pre_configure() {
cd $TERMUX_PKG_SRCDIR
./autogen.sh ./autogen.sh
} }