summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-02-05 17:06:47 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-02-05 17:06:47 +0000
commitc603e021de34ec5624b90ef3f21ce12d6e5b4d37 (patch)
tree1049af7d3295f7b4284701eef991d9d80c0d619f /sci-libs
parentAdd a dep on gcc-4.5+. (diff)
downloadgentoo-2-c603e021de34ec5624b90ef3f21ce12d6e5b4d37.tar.gz
gentoo-2-c603e021de34ec5624b90ef3f21ce12d6e5b4d37.tar.bz2
gentoo-2-c603e021de34ec5624b90ef3f21ce12d6e5b4d37.zip
Fix examples' install path wrt #386953 by Agostino Sarubbo <ago@gentoo.org>
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libctl/ChangeLog5
-rw-r--r--sci-libs/libctl/libctl-3.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog
index afc0614fe220..8878acd4ec19 100644
--- a/sci-libs/libctl/ChangeLog
+++ b/sci-libs/libctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libctl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.17 2012/01/20 16:42:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.18 2012/02/05 17:06:47 xarthisius Exp $
+
+ 05 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> libctl-3.1.ebuild:
+ Fix examples' install path wrt #386953 by Agostino Sarubbo <ago@gentoo.org>
20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> libctl-3.1.ebuild:
Switched to autotools-utils fixing bug #386981 and bug #386983
diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild
index 786f3d002c91..808267bfc477 100644
--- a/sci-libs/libctl/libctl-3.1.ebuild
+++ b/sci-libs/libctl/libctl-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.5 2012/01/20 16:42:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.6 2012/02/05 17:06:47 xarthisius Exp $
EAPI=4
@@ -25,7 +25,7 @@ src_install() {
use doc && dohtml doc/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
- cd examples
- doins Makefile.am README *.c *.h *.ctl *scm
+ doins "${AUTOTOOLS_BUILD_DIR}"/examples/{*.c,*.h,example.scm,Makefile}
+ doins "${S}"/examples/{README,example.c,run.ctl}
fi
}