From 45bf5227278566cff13ca5238a956bd68af7424d Mon Sep 17 00:00:00 2001 From: nrnhines Date: Fri, 11 Dec 2020 19:55:54 -0500 Subject: [PATCH] Fix typo in mac pkg build script. (#864) The typo has been doubling the size of the package and in some cases removing files in the working repository so that there is a spurious '+' in the version hash. --- src/mac/clean-for-pkg-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/clean-for-pkg-cmake.sh b/src/mac/clean-for-pkg-cmake.sh index c30e433693..a20fbb1141 100755 --- a/src/mac/clean-for-pkg-cmake.sh +++ b/src/mac/clean-for-pkg-cmake.sh @@ -5,7 +5,7 @@ if test "$1" = "" ; then exit fi -NRN_INSTALL="$1" +NRN_INST="$1" CPU=x86_64 #strip the dylibs