From 21d7182630f3c813dfd1f0b6f93dd51911d31440 Mon Sep 17 00:00:00 2001 From: Stochastica Date: Sat, 9 Oct 2021 00:17:36 -0400 Subject: [PATCH] Change symlink levels for latex image --- symlinks-bin.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/symlinks-bin.sh b/symlinks-bin.sh index aca4255..ba68279 100755 --- a/symlinks-bin.sh +++ b/symlinks-bin.sh @@ -1,11 +1,11 @@ #!/bin/bash # Calculate directory relative to $HOME -IMAGES=$PWD/images/latex/bin +IMAGES=$PWD/images LOCAL_BIN=/usr/local/bin pushd $LOCAL_BIN >> /dev/null -ln -vs $IMAGES/latex/bin/latex-runtime.sh . -ln -vs $IMAGES/latex/bin/latexmk . -ln -vs $IMAGES/latex/bin/pdflatex . +ln -vs $IMAGES/latex/latex-runtime.sh . +ln -vs $IMAGES/latex/latexmk . +ln -vs $IMAGES/latex/pdflatex . popd >> /dev/null