Skip to content

Commit

Permalink
dev-lang/go: remove unnecessary einfo call
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Nov 25, 2015
1 parent 35a02e4 commit 8fcde36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-lang/go/go-1.5.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ src_install()
fi
for x in ${bin_path}/*; do
f=${x##*/}
einfo dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
done
dodoc AUTHORS CONTRIBUTORS PATENTS README.md
Expand Down

0 comments on commit 8fcde36

Please sign in to comment.