diff options
author | 2011-02-25 16:34:46 +0000 | |
---|---|---|
committer | 2011-02-25 16:34:46 +0000 | |
commit | 8e3c25ebdfeaba4c126835384a39734419c8a4fa (patch) | |
tree | 9391ad32f3be91aefffb37a0a96a0945dd4fbce9 /app-pda/synce-sync-engine | |
parent | Improve prev. commit (diff) | |
download | gentoo-2-8e3c25ebdfeaba4c126835384a39734419c8a4fa.tar.gz gentoo-2-8e3c25ebdfeaba4c126835384a39734419c8a4fa.tar.bz2 gentoo-2-8e3c25ebdfeaba4c126835384a39734419c8a4fa.zip |
Improve more.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-sync-engine')
-rw-r--r-- | app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild index f1eb07eff304..f8bb5e0ba0dc 100644 --- a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild +++ b/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.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/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v 1.2 2011/02/25 16:28:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v 1.3 2011/02/25 16:34:46 ssuominen Exp $ # TODO: # Figure out synce-opensync-plugin-2x.py and synce-opensync-plugin-3x.py install path when libopensync is unmasked. @@ -13,7 +13,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils -DESCRIPTION="A sync engine for SynCE" +DESCRIPTION="A synchronization engine for SynCE" HOMEPAGE="http://www.synce.org/" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" @@ -40,7 +40,7 @@ src_install() { insinto /usr/share/dbus-1/services doins config/org.synce.SyncEngine.service || die - insinto /usr/share/${PN} + insinto /etc doins config/syncengine.conf.xml || die distutils_src_install |