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
Tags
No related merge requests found
......@@ -178,7 +178,7 @@ createSymlinks()
echo "Creating symbolic links to $symbin ..."
for file in "${bin}/"*
do
echo "- making symlink: ${symbin}/${file##*/} -> $file"
echo "- creating symlink: ${symbin}/${file##*/} -> $file"
ln -s "$file" "${symbin}/${file##*/}" 2>/dev/null
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment