diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 09:11:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 09:11:49 +0000 |
commit | 427544cca25cd1ae4c8e83d0d9b4cc56b7203c5c (patch) | |
tree | e8edbb21138dc9ce230dcc0073a5ffa82bdeaff6 /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild | |
parent | dont compress manpages (diff) | |
download | gentoo-2-427544cca25cd1ae4c8e83d0d9b4cc56b7203c5c.tar.gz gentoo-2-427544cca25cd1ae4c8e83d0d9b4cc56b7203c5c.tar.bz2 gentoo-2-427544cca25cd1ae4c8e83d0d9b4cc56b7203c5c.zip |
Update conf install path #163648 by Pacho Ramos.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild index 5581e93544ab..1040e8e75431 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild,v 1.1 2007/01/16 01:30:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild,v 1.2 2007/01/26 09:11:49 vapier Exp $ inherit eutils @@ -40,7 +40,7 @@ src_install() { cp -r * "${D}"/opt/cxoffice || die "cp failed" rm -r "${D}"/opt/cxoffice/setup.{sh,data} insinto /opt/cxoffice/etc - doins support/templates/cxoffice.conf + doins share/crossover/data/cxoffice.conf } pkg_postinst() { |