summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott W Taylor <swtaylor@gentoo.org>2005-01-10 03:55:43 +0000
committerScott W Taylor <swtaylor@gentoo.org>2005-01-10 03:55:43 +0000
commit50921608b05c84c79211f980fc1f3f6d42dccebd (patch)
treed84c88d325739a052bb303db3bfaa7c7bdb6a214 /sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild
parentcosmetic (diff)
downloadhistorical-50921608b05c84c79211f980fc1f3f6d42dccebd.tar.gz
historical-50921608b05c84c79211f980fc1f3f6d42dccebd.tar.bz2
historical-50921608b05c84c79211f980fc1f3f6d42dccebd.zip
make sure conf.d gets populated
Diffstat (limited to 'sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild')
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild
index 4109195ce570..e5b005b6a384 100644
--- a/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild
+++ b/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild,v 1.1 2004/11/14 06:47:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild,v 1.2 2005/01/10 03:55:43 swtaylor Exp $
inherit toolchain-funcs
@@ -36,6 +36,7 @@ src_install() {
newins intel-ia32microcode-*.txt microcode.dat
newinitd ${FILESDIR}/microcode_ctl.rc microcode_ctl
+ dodir /etc/conf.d
newconfd ${FILESDIR}/microcode_ctl.conf.d microcode_ctl
}