diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-01 22:02:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-01 22:02:49 +0000 |
commit | be1ac48a6d45c6a23e524bb9329f316d88873197 (patch) | |
tree | ee157f905410700b0bf8f6465235d17c8e6ab377 /sys-apps/microcode-ctl | |
parent | get_libdir lovin'. (Manifest recommit) (diff) | |
download | gentoo-2-be1ac48a6d45c6a23e524bb9329f316d88873197.tar.gz gentoo-2-be1ac48a6d45c6a23e524bb9329f316d88873197.tar.bz2 gentoo-2-be1ac48a6d45c6a23e524bb9329f316d88873197.zip |
newins not newexe #62514
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild index 1fd306c030ee..fe36175a5521 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.08.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/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.1 2004/09/01 01:16:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.2 2004/09/01 22:02:49 vapier Exp $ inherit gcc @@ -34,7 +34,7 @@ src_install() { newins intel-ia32microcode-27July2004.txt microcode.dat exeinto /etc/init.d ; newexe ${FILESDIR}/microcode_ctl.rc microcode_ctl - insinto /etc/conf.d ; newexe ${FILESDIR}/microcode_ctl.conf.d microcode_ctl + insinto /etc/conf.d ; newins ${FILESDIR}/microcode_ctl.conf.d microcode_ctl } pkg_postinst() { |