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
Branches
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.
Please register or to comment