summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-26 09:11:49 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-26 09:11:49 +0000
commit427544cca25cd1ae4c8e83d0d9b4cc56b7203c5c (patch)
treee8edbb21138dc9ce230dcc0073a5ffa82bdeaff6 /app-emulation/crossover-office-pro-bin
parentdont compress manpages (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/crossover-office-pro-bin/ChangeLog6
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog
index b31dbb66b8b6..f0967e95d4ce 100644
--- a/app-emulation/crossover-office-pro-bin/ChangeLog
+++ b/app-emulation/crossover-office-pro-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/crossover-office-pro-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.9 2007/01/16 01:30:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.10 2007/01/26 09:11:49 vapier Exp $
+
+ 26 Jan 2007; Mike Frysinger <vapier@gentoo.org>
+ crossover-office-pro-bin-6.0.0.ebuild:
+ Update conf install path #163648 by Pacho Ramos.
*crossover-office-pro-bin-6.0.0 (16 Jan 2007)
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() {