Removing links to README and LICENSE
This commit is contained in:
parent
d353fb427b
commit
23ecd21086
1 changed files with 1 additions and 1 deletions
2
link.sh
2
link.sh
|
@ -5,7 +5,7 @@ dest="/etc/portage/"
|
|||
|
||||
for file in "${files[@]}"; do
|
||||
# Ignore link.sh
|
||||
if [ "$file" != "link.sh" ]; then
|
||||
if [ "$file" != "link.sh" -a "$file" != "LICENSE" -a "$file" != "README.md" ]; then
|
||||
ln -sf "$PWD/$file" "$dest"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue