Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Sep 4, 2017
1 parent 3cedeba commit 617ab86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google-authenticator-libpam.be0
Expand Up @@ -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
Expand Down

0 comments on commit 617ab86

Please sign in to comment.