From be1ac48a6d45c6a23e524bb9329f316d88873197 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Sep 2004 22:02:49 +0000 Subject: newins not newexe #62514 --- sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/microcode-ctl') 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() { -- cgit v1.2.3-65-gdbad