summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-11-09 15:21:43 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-11-09 15:21:43 +0000
commitc552801abf454b0c6013c0acd25359786c3784b4 (patch)
tree066d456651ab6a9c1eebf5b75522c595976633cb /dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
parentdev-libs/boost is required at build time wrt #198391. (diff)
downloadgentoo-2-c552801abf454b0c6013c0acd25359786c3784b4.tar.gz
gentoo-2-c552801abf454b0c6013c0acd25359786c3784b4.tar.bz2
gentoo-2-c552801abf454b0c6013c0acd25359786c3784b4.zip
Fixed installed of xinetd file, from using generic one in -> gentoo specific in , bug #198538
(Portage version: 2.1.3.17)
Diffstat (limited to 'dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild')
-rw-r--r--dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
index 2051c966c59c..6558eb8af2df 100644
--- a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
+++ b/dev-db/firebird/firebird-2.0.3.12981.0-r2.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/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.5 2007/11/06 21:41:49 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.6 2007/11/09 15:21:43 wltjr Exp $
inherit flag-o-matic eutils autotools versionator
@@ -129,7 +129,7 @@ src_install() {
if use xinetd ; then
insinto /etc/xinetd.d
- newins "${S}/gen/install/misc/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
+ newins "${FILESDIR}/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
else
newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}