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
commit7599e035914fb6bdf69b8e7db9416e40163f8ed6 (patch)
treebc10f4f039bb527883e7d954f2cf681dce64b6c9 /sys-apps/microcode-ctl
parentcosmetic (Manifest recommit) (diff)
downloadgentoo-2-7599e035914fb6bdf69b8e7db9416e40163f8ed6.tar.gz
gentoo-2-7599e035914fb6bdf69b8e7db9416e40163f8ed6.tar.bz2
gentoo-2-7599e035914fb6bdf69b8e7db9416e40163f8ed6.zip
make sure conf.d gets populated
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r--sys-apps/microcode-ctl/ChangeLog8
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog
index a495aaae717f..e15491a9b130 100644
--- a/sys-apps/microcode-ctl/ChangeLog
+++ b/sys-apps/microcode-ctl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/microcode-ctl
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.11 2004/11/14 06:47:21 vapier Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.12 2005/01/10 03:55:43 swtaylor Exp $
+
+ 09 Jan 2005; Scott W Taylor <swtaylor@gentoo.org>
+ microcode-ctl-1.11.ebuild:
+ etc/conf.d was not always being created
*microcode-ctl-1.11 (14 Nov 2004)
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
}