From 3ce3173aba6a5b16190d9257e961d64c3ca24af2 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 29 Dec 2016 20:58:33 -0300 Subject: Quote PREFIX in x11iraf build (just in case conda-build does something odd in future). --- iraf-x11/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iraf-x11/build.sh b/iraf-x11/build.sh index 02f6592..d1f8c85 100644 --- a/iraf-x11/build.sh +++ b/iraf-x11/build.sh @@ -12,8 +12,8 @@ printenv > build_log 2>&1 ./build 32 >> build_log 2>&1 # Copy files into PREFIX -mkdir -p $PREFIX/{bin,include,lib,share} -./install.bin $PREFIX -./install.lib $PREFIX -./install.man $PREFIX/share +mkdir -p "$PREFIX"/{bin,include,lib,share} +./install.bin "$PREFIX" +./install.lib "$PREFIX" +./install.man "$PREFIX/share" -- cgit