Skip to content

Commit

Permalink
Remove TMPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 21, 2017
1 parent 5b2fae9 commit 4eb6dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ else
PKG_CFLAGS="-I$BREWDIR/opt/$PKG_BREW_NAME/include/tesseract -I$BREWDIR/opt/leptonica/include/leptonica"
PKG_LIBS="-L$BREWDIR/opt/$PKG_BREW_NAME/lib $PKG_LIBS"
else
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > $TMPDIR/autobrew
source $TMPDIR/autobrew
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
source autobrew
fi
;;
esac
Expand Down

0 comments on commit 4eb6dce

Please sign in to comment.