From be5163f9cc9ec330b8c1556908e2badc1926810a Mon Sep 17 00:00:00 2001 From: Prashanth Dwarakanath <pchengi@nsc.liu.se> Date: Mon, 13 Aug 2018 19:42:59 +0200 Subject: [PATCH] revert singularity install location to /usr/local/src to remain consistent with documentation --- singularity/Singularity | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singularity/Singularity b/singularity/Singularity index 1da0ec2..314898e 100644 --- a/singularity/Singularity +++ b/singularity/Singularity @@ -3,8 +3,8 @@ From: debian %post apt-get update && apt-get install -y git wget gcc make libssl-dev libreadline-dev zlib1g-dev vim bzip2 locales pandoc python2.7 - mkdir -p /opt && cd /opt + mkdir -p /usr/local/src && cd /usr/local/src git clone https://github.com/snic-nsc/nscjekyllsetup.git - cd nscjekyllsetup && git checkout 'v1.13' + cd nscjekyllsetup && git checkout 'v1.14' bash presetup.sh bash setup.sh -- GitLab