diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-12-23 10:35:27 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-12-23 10:35:27 +0000 |
commit | 01b6c155d0ef253291aa088c58645d60d4ad1011 (patch) | |
tree | 86cb95f3037bc25df967db874f0786cd332b70a4 /net-analyzer/midas-nms | |
parent | added ~ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-01b6c155d0ef253291aa088c58645d60d4ad1011.tar.gz gentoo-2-01b6c155d0ef253291aa088c58645d60d4ad1011.tar.bz2 gentoo-2-01b6c155d0ef253291aa088c58645d60d4ad1011.zip |
more fixes
Diffstat (limited to 'net-analyzer/midas-nms')
-rw-r--r-- | net-analyzer/midas-nms/midas-nms-2.2f.ebuild | 17 |
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 |