Fixed directory copy for doc.
This commit is contained in:
parent
c4a4db9de7
commit
7a59d08f55
|
|
@ -33,7 +33,7 @@ then
|
|||
# Copy doc
|
||||
mkdir $lib_path/doc
|
||||
|
||||
cp ../doc/* $lib_path/doc
|
||||
cp -r ../doc/* $lib_path/doc
|
||||
|
||||
else
|
||||
echo "Arduino application not found."
|
||||
|
|
|
|||
Loading…
Reference in New Issue