From 9b0f70ccbac6a32bdf612b5d7298a0082ed88a3b Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 7 Jun 2016 18:44:24 -0400 Subject: [PATCH] fix variable name --- reproducable-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducable-build b/reproducable-build index ca33f4d97..2fb78d734 100644 --- a/reproducable-build +++ b/reproducable-build @@ -16,7 +16,7 @@ cd openssl-1.0.1p ./Configure --prefix=$OPENSSL_PREFIX --openssldir=$OPENSSL_PREFIX/ssl [linux-generic32/linux-x86_64] -fPIC -static no-shared no-dso make make install -export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${OPENSSL_BUILD}/lib/pkgconfig/" +export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${OPENSSL_PREFIX}/lib/pkgconfig/" cd .. wget http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.bz2/download -O boost_1_59_0.tar.bz2 tar xf boost_1_59_0.tar.bz2