sci-visualization/veusz: Drop symlink into PORTDIR

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=341653

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-23 09:59:17 +01:00
parent 2c0e4a07a0
commit f592cd94e5

View File

@@ -48,8 +48,14 @@ python_install() {
distutils-r1_python_install
# symlink the license, bug #341653
rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
ln -s "${PORTDIR}"/licenses/${LICENSE} \
"${D}/$(python_get_sitedir)"/${PN}/COPYING || die
mkdir -p "${D}/$(python_get_sitedir)" || die
cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
Please visit
https://www.gnu.org/licenses/gpl-2.0.html
for the full license text.
EOF
}
python_install_all() {