diff options
-rw-r--r-- | net-p2p/twister/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 04e61dcd7161..af15e86e14ed 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -56,7 +56,7 @@ post-patch: ${WRKSRC}/share/genbuild.sh pre-configure: - (cd ${WRKSRC} && ./autotool.sh) + (cd ${CONFIGURE_WRKSRC} && ./autotool.sh) do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/twisterd ${STAGEDIR}${PREFIX}/bin |