sci-astronomy/stellarium: Do not glob on DISTDIR

Bug: https://bugs.gentoo.org/show_bug.cgi?id=613002
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-03-19 14:23:20 +01:00
parent a2c8acae80
commit f1ac764e30
6 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -88,7 +88,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_0*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_0.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -88,7 +88,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_1*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}

View File

@@ -88,7 +88,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_1*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -89,7 +89,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_1*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -89,7 +89,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_1*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}

View File

@@ -88,7 +88,7 @@ src_install() {
if use stars ; then
insinto /usr/share/${PN}/stars/default
doins "${DISTDIR}"/stars_[45678]_[12]v0_1*.cat
doins "${DISTDIR}"/stars_{4_1,{5,6,7,8}_2}v0_1.cat
fi
newicon doc/images/stellarium-logo.png ${PN}.png
}