You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/02/18 22:11:17 UTC

[arrow] branch master updated: ARROW-4619: [R] Fix the autobrew script

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c8007dd  ARROW-4619: [R] Fix the autobrew script
c8007dd is described below

commit c8007dd89ffcb29f9c1b01e4227b6f9d2103e731
Author: Jeroen Ooms <je...@gmail.com>
AuthorDate: Mon Feb 18 23:10:56 2019 +0100

    ARROW-4619: [R] Fix the autobrew script
    
    @romainfrancois
    
    Author: Jeroen Ooms <je...@gmail.com>
    
    Closes #3697 from jeroen/autobrew and squashes the following commits:
    
    5ca543fd <Jeroen Ooms> R: fix the autobrew script
---
 r/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/configure b/r/configure
index 9df1f9d..19f4d2c 100755
--- a/r/configure
+++ b/r/configure
@@ -54,7 +54,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
   if [ "$(command -v brew)" ]; then
     BREWDIR=$(brew --prefix)
   else
-    curl -sfL "https://jeroen.github.io/autobrew/default" > autobrew
+    curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
     source autobrew
   fi
   PKG_CFLAGS="-I$BREWDIR/opt/$PKG_BREW_NAME/include"