diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-01-10 03:55:43 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-01-10 03:55:43 +0000 |
commit | 7599e035914fb6bdf69b8e7db9416e40163f8ed6 (patch) | |
tree | bc10f4f039bb527883e7d954f2cf681dce64b6c9 /sys-apps/microcode-ctl | |
parent | cosmetic (Manifest recommit) (diff) | |
download | gentoo-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/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.11.ebuild | 5 |
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 } |