dir name fix
This commit is contained in:
parent
f11e9be5b9
commit
28c6023f7d
|
|
@ -10,7 +10,7 @@ echo "copying lsp files"
|
|||
mkdir -p /usr/local/var/mlisp/
|
||||
cp stdlib/*.lsp /usr/local/var/mlisp/
|
||||
echo "copying doc files"
|
||||
cp Doc/*.md /usr/local/var/mlisp/
|
||||
cp doc/*.md /usr/local/var/mlisp/
|
||||
echo "copying ml file"
|
||||
cp ./build/ml /usr/local/bin/ml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue