From f78380afd41ee983947a9f97651fddf3f85ee50e Mon Sep 17 00:00:00 2001 From: vaclavt Date: Thu, 13 Jan 2022 21:55:36 +0100 Subject: [PATCH] dir creation added --- utils/local_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/local_install.sh b/utils/local_install.sh index af572db..eab6061 100755 --- a/utils/local_install.sh +++ b/utils/local_install.sh @@ -7,6 +7,7 @@ cmake --build ./build --config Release --target all -j 4 -- echo "" echo "copying lsp files" +mkdir -p /usr/local/var/mlisp/ cp stdlib/*.lsp /usr/local/var/mlisp/ echo "copying ml file" cp ./build/ml /usr/local/bin/ml