summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-03-19 14:23:20 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-19 14:23:41 +0100
commitf1ac764e3021e1f2bbc35e7ac890a0c1deac2ad8 (patch)
treefb24dbd882e8bc5444338179e54a0d7259436673 /sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild
parentnet-analyzer/scapy: Version bump (bug #613164 by Anton Bolshakov). (diff)
downloadgentoo-f1ac764e3021e1f2bbc35e7ac890a0c1deac2ad8.tar.gz
gentoo-f1ac764e3021e1f2bbc35e7ac890a0c1deac2ad8.tar.bz2
gentoo-f1ac764e3021e1f2bbc35e7ac890a0c1deac2ad8.zip
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
Diffstat (limited to 'sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild')
-rw-r--r--sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild
index 725609f41c97..ce551f26246b 100644
--- a/sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.15.0-r1.ebuild
@@ -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
}