From 38ae4a4a8649f56504608e59afe0767eb249599c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 10 Aug 2019 20:17:18 -0600 Subject: [PATCH] creating install-to directory --- usr/share/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/share/install.sh b/usr/share/install.sh index 00a16dc..aab8d0e 100644 --- a/usr/share/install.sh +++ b/usr/share/install.sh @@ -303,6 +303,7 @@ pushd "$HOME" > /dev/null if [ -e ".local/opt/telebit" ]; then mv ".local/opt/telebit" ".local/opt/telebit-old-$(date "+%s")" fi + mkdir -p .local/opt mv "$my_tmp" ".local/opt/telebit" popd > /dev/null