From 6e1f9468ebb94ac15a82f100fa0d41111b538cb7 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 11 May 2017 01:01:20 +0200 Subject: [PATCH] Stand in srcdir for termux_step_pre_configure --- root-packages/macchanger/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/root-packages/macchanger/build.sh b/root-packages/macchanger/build.sh index a18700660..2aa53d3ae 100644 --- a/root-packages/macchanger/build.sh +++ b/root-packages/macchanger/build.sh @@ -6,6 +6,5 @@ TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e TERMUX_PKG_FOLDERNAME=macchanger-${TERMUX_PKG_VERSION} termux_step_pre_configure() { - cd $TERMUX_PKG_SRCDIR ./autogen.sh }