diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-06-27 05:04:18 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-06-27 05:04:18 +0000 |
commit | f36eb6719c25f0507593eaf4f0dd8e3d19b91fea (patch) | |
tree | ab19b0c0020320ab02d4f78dac6e77c3f77afcac /dev-util/catalyst/catalyst-2.0.6.916.ebuild | |
parent | Add pkgconfıg to info_pkgs (diff) | |
download | gentoo-2-f36eb6719c25f0507593eaf4f0dd8e3d19b91fea.tar.gz gentoo-2-f36eb6719c25f0507593eaf4f0dd8e3d19b91fea.tar.bz2 gentoo-2-f36eb6719c25f0507593eaf4f0dd8e3d19b91fea.zip |
Fix arch file installation with catalyst_2 git branch
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/catalyst/catalyst-2.0.6.916.ebuild')
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.6.916.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/catalyst/catalyst-2.0.6.916.ebuild b/dev-util/catalyst/catalyst-2.0.6.916.ebuild index 304f1e81e72c..f7d8e5d71636 100644 --- a/dev-util/catalyst/catalyst-2.0.6.916.ebuild +++ b/dev-util/catalyst/catalyst-2.0.6.916.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6.916.ebuild,v 1.3 2011/06/26 16:40:39 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6.916.ebuild,v 1.4 2011/06/27 05:04:18 mattst88 Exp $ # catalyst-9999 -> latest Git # catalyst-VER -> normal catalyst release @@ -63,6 +63,9 @@ src_install() { doexe catalyst || die "copying catalyst" if [[ ${PV} == 9999* ]]; then doins -r modules files || die "copying files" + + # arch files don't live in modules/ in catalyst_2 + [[ ${EGIT_BRANCH} == "catalyst_2" ]] && { doins -r arch || die "copying files"; } else doins -r arch modules livecd || die "copying files" fi |