diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-24 10:12:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-24 10:12:53 +0000 |
commit | 632e2ea7441e2e78bd58b7a8367786e4c0b25533 (patch) | |
tree | b453bc536666c87750014abcf4d7794bdeeba737 /sci-astronomy/ast | |
parent | rm (diff) | |
download | gentoo-2-632e2ea7441e2e78bd58b7a8367786e4c0b25533.tar.gz gentoo-2-632e2ea7441e2e78bd58b7a8367786e4c0b25533.tar.bz2 gentoo-2-632e2ea7441e2e78bd58b7a8367786e4c0b25533.zip |
Removing installation of empty directories, closing bug #248380
(Portage version: 2.2_rc15/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-astronomy/ast')
-rw-r--r-- | sci-astronomy/ast/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/ast/ast-4.6.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/ast/ChangeLog b/sci-astronomy/ast/ChangeLog index 232e1fef0e7e..2fcbbc1fe501 100644 --- a/sci-astronomy/ast/ChangeLog +++ b/sci-astronomy/ast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/ast # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.1 2008/11/05 22:05:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.2 2008/11/24 10:12:53 bicatali Exp $ + + 24 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> ast-4.6.2.ebuild: + Removing installation of empty directories, closing bug #248380 *ast-4.6.2 (05 Nov 2008) diff --git a/sci-astronomy/ast/ast-4.6.2.ebuild b/sci-astronomy/ast/ast-4.6.2.ebuild index 0459cfb42daf..fe3fec3dbeb0 100644 --- a/sci-astronomy/ast/ast-4.6.2.ebuild +++ b/sci-astronomy/ast/ast-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild,v 1.1 2008/11/05 22:05:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2.ebuild,v 1.2 2008/11/24 10:12:53 bicatali Exp $ EAPI=2 inherit eutils versionator @@ -34,7 +34,8 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" \ + install-exec install-includeHEADERS || die "emake install failed" dodoc ast.news fac_1521_err if use doc; then dodoc *.ps || die "doc install failed" |