summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2004-12-23 10:35:27 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2004-12-23 10:35:27 +0000
commit829e83a600086283be57777743ad1066b084d07b (patch)
tree599fd80abe19edc077243385a570b83b0dbe0fc1 /net-analyzer/midas-nms
parentadded ~ppc64 (diff)
downloadhistorical-829e83a600086283be57777743ad1066b084d07b.tar.gz
historical-829e83a600086283be57777743ad1066b084d07b.tar.bz2
historical-829e83a600086283be57777743ad1066b084d07b.zip
more fixes
Diffstat (limited to 'net-analyzer/midas-nms')
-rw-r--r--net-analyzer/midas-nms/midas-nms-2.2f.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/midas-nms/midas-nms-2.2f.ebuild b/net-analyzer/midas-nms/midas-nms-2.2f.ebuild
index dee5db758a56..62e4f13bb6e7 100644
--- a/net-analyzer/midas-nms/midas-nms-2.2f.ebuild
+++ b/net-analyzer/midas-nms/midas-nms-2.2f.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/midas-nms/midas-nms-2.2f.ebuild,v 1.6 2004/12/23 10:17:36 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/midas-nms/midas-nms-2.2f.ebuild,v 1.7 2004/12/23 10:35:27 bass Exp $
inherit webapp
@@ -33,12 +33,15 @@ src_install () {
# make DESTDIR=${D} install || die
- cp MIDASa/MIDASa.cd.dist ${D}/usr/etc
- cp MIDASb/MIDASb.cd.dist ${D}/usr/etc
- cp MIDASc/MIDASc.cd.dist ${D}/usr/etc
- cp MIDASd/MIDASd.cd.dist ${D}/usr/etc
- cp MIDASs/MIDASs.cd.dist ${D}/usr/etc
- cp MIDASn/MIDASn.cd.dist ${D}/usr/etc
+ dodir /usr/etc
+ dodir /usr/bin
+
+ cp MIDASa/MIDASa.cf.dist ${D}/usr/etc
+ cp MIDASb/MIDASb.cf.dist ${D}/usr/etc
+ cp MIDASc/MIDASc.cf.dist ${D}/usr/etc
+ cp MIDASd/MIDASd.cf.dist ${D}/usr/etc
+ cp MIDASs/MIDASs.cf.dist ${D}/usr/etc
+ cp MIDASn/MIDASn.cf.dist ${D}/usr/etc
cp MIDASa/MIDASa ${D}/usr/bin
cp MIDASb/MIDASb ${D}/usr/bin
cp MIDASc/MIDASc ${D}/usr/bin