From 617ab869687b17d20467bab667e328f09000e512 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 31 Aug 2017 19:08:57 +0200 Subject: [PATCH] google-authenticator-libpam: Run bootstrap.sh Run bootstrap.sh before bee_configure, so that bee will find the generated configure script and select the autotools buildtype. --- google-authenticator-libpam.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/google-authenticator-libpam.be0 b/google-authenticator-libpam.be0 index 370df580e..3b4dbedd2 100755 --- a/google-authenticator-libpam.be0 +++ b/google-authenticator-libpam.be0 @@ -49,9 +49,10 @@ SRCURL[0]="https://github.com/google/google-authenticator-libpam/archive/${PKGVE # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + start_cmd ./bootstrap.sh +} #mee_configure() { # bee_configure