Commit a70132f3 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Force HHSuite symlink

parent e49c6dc7
...@@ -5,6 +5,6 @@ git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-sui ...@@ -5,6 +5,6 @@ git clone --branch v3.3.0 https://github.com/soedinglab/hh-suite.git /tmp/hh-sui
&& pushd /tmp/hh-suite/build \ && pushd /tmp/hh-suite/build \
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. \ && cmake -DCMAKE_INSTALL_PREFIX=/opt/hhsuite .. \
&& make -j 4 && make install \ && make -j 4 && make install \
&& ln -s /opt/hhsuite/bin/* /usr/bin \ && ln -sf /opt/hhsuite/bin/* /usr/bin \
&& popd \ && popd \
&& rm -rf /tmp/hh-suite && rm -rf /tmp/hh-suite
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment