diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-11-16 15:11:23 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-11-16 15:11:23 +0000 |
commit | 8fdefe3943f1c42c3cce9c0788275e214edf2517 (patch) | |
tree | 255bfa2285529e07f2e557e648d21d57fbbb7ec1 /app-admin/zope-config/zope-config-0.5-r1.ebuild | |
parent | Fixed library soname, added possibility to build with bluetooth support (drop... (diff) | |
download | gentoo-2-8fdefe3943f1c42c3cce9c0788275e214edf2517.tar.gz gentoo-2-8fdefe3943f1c42c3cce9c0788275e214edf2517.tar.bz2 gentoo-2-8fdefe3943f1c42c3cce9c0788275e214edf2517.zip |
Fix dialog not finding tty. Bug #120471
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-admin/zope-config/zope-config-0.5-r1.ebuild')
-rw-r--r-- | app-admin/zope-config/zope-config-0.5-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/zope-config/zope-config-0.5-r1.ebuild b/app-admin/zope-config/zope-config-0.5-r1.ebuild index becdf2daa8ca..d297c2236ee5 100644 --- a/app-admin/zope-config/zope-config-0.5-r1.ebuild +++ b/app-admin/zope-config/zope-config-0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.2 2007/01/24 15:11:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/zope-config/zope-config-0.5-r1.ebuild,v 1.3 2008/11/16 15:11:23 tupone Exp $ DESCRIPTION="A Gentoo Zope multi-Instance configure tool" SRC_URI="" @@ -21,17 +21,17 @@ PDEPEND=">=net-zope/zope-2.7.2-r2" src_install() { # the script - dosbin ${FILESDIR}/${PV}/zope-config + dosbin "${FILESDIR}"/${PV}/zope-config # config file insinto /etc - doins ${FILESDIR}/${PV}/zope-config.conf + doins "${FILESDIR}"/${PV}/zope-config.conf # ensure this directory exists keepdir /var/log/zope } pkg_postinst() { - source ${FILESDIR}/${PV}/zope-config.conf + source "${FILESDIR}"/${PV}/zope-config.conf elog "Please note that new instances now log into ${EVENTLOGDIR}" elog "Please see the configuration file /etc/zope-config.conf" } |