Skip to content
Snippets Groups Projects
Commit d81de4ba authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

uprava info hlasky

parent 8ee4f928
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ createSymlinks() ...@@ -178,7 +178,7 @@ createSymlinks()
echo "Creating symbolic links to $symbin ..." echo "Creating symbolic links to $symbin ..."
for file in "${bin}/"* for file in "${bin}/"*
do do
echo "- making symlink: ${symbin}/${file##*/} -> $file" echo "- creating symlink: ${symbin}/${file##*/} -> $file"
ln -s "$file" "${symbin}/${file##*/}" 2>/dev/null ln -s "$file" "${symbin}/${file##*/}" 2>/dev/null
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment