diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-21 20:37:31 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-21 20:37:31 +0000 |
commit | f6c3f2526ea4f23ec78a4044277737e2f267e425 (patch) | |
tree | c8bae563de7b3709766939dac20b65b0414973d4 /sci-astronomy/celestia/celestia-1.6.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-f6c3f2526ea4f23ec78a4044277737e2f267e425.tar.gz gentoo-2-f6c3f2526ea4f23ec78a4044277737e2f267e425.tar.bz2 gentoo-2-f6c3f2526ea4f23ec78a4044277737e2f267e425.zip |
Pax mark m main binary wrt bug 365359 by Nikoli <nikoli@lavabit.com>
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/celestia/celestia-1.6.1.ebuild')
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/celestia-1.6.1.ebuild b/sci-astronomy/celestia/celestia-1.6.1.ebuild index e4cfab331154..4e4d8565a6c2 100644 --- a/sci-astronomy/celestia/celestia-1.6.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.10 2011/11/01 08:13:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.11 2012/02/21 20:37:31 xarthisius Exp $ EAPI=2 -inherit eutils flag-o-matic gnome2 autotools +inherit eutils flag-o-matic gnome2 autotools pax-utils DESCRIPTION="OpenGL 3D space simulator" HOMEPAGE="http://www.shatters.net/celestia/" @@ -109,4 +109,5 @@ src_install() { fi [[ ${CELESTIA_GUI} == glut ]] && domenu celestia.desktop dodoc AUTHORS README TRANSLATORS *.txt || die + pax-mark -m "${D}"/usr/bin/${PN} #365359 } |