From 6dff81f32070130ab1103309e73e99c3dda39bf3 Mon Sep 17 00:00:00 2001
From: Stefan Anzinger <stefan.anzinger@oracle.com>
Date: Mon, 28 Sep 2015 15:09:00 +0200
Subject: [PATCH] Update downloads dir from lib to libdownloads

---
 com.oracle.truffle.r.native/gnur/Makefile.gnur | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com.oracle.truffle.r.native/gnur/Makefile.gnur b/com.oracle.truffle.r.native/gnur/Makefile.gnur
index 08f3f468a9..bb0f0f2c6a 100644
--- a/com.oracle.truffle.r.native/gnur/Makefile.gnur
+++ b/com.oracle.truffle.r.native/gnur/Makefile.gnur
@@ -84,7 +84,7 @@ ifeq ($(OSNAME), SunOS)
 iconv: $(ICONV) iconv_config iconv_build
 
 $(ICONV):
-	tar xf $(TOPDIR)/../lib/$(ICONV).tar.gz
+	tar xf $(TOPDIR)/../libdownloads/$(ICONV).tar.gz
 
 iconv_config: $(ICONV)/Makefile
 
-- 
GitLab