summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-11 15:38:12 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-11 15:38:12 +0000
commitea52e49bc01f2007fc194d2baac6bb7ae561f5c5 (patch)
tree697e87f7dea0b64bf54abc0740d1e4753284ffd4
parentadd amd64 to use.desc (diff)
downloadhistorical-ea52e49bc01f2007fc194d2baac6bb7ae561f5c5.tar.gz
historical-ea52e49bc01f2007fc194d2baac6bb7ae561f5c5.tar.bz2
historical-ea52e49bc01f2007fc194d2baac6bb7ae561f5c5.zip
Fix init script installation
-rw-r--r--app-admin/hddtemp/Manifest2
-rw-r--r--app-admin/hddtemp/hddtemp-0.3_beta11.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/hddtemp/Manifest b/app-admin/hddtemp/Manifest
index 33f55896a1eb..020124b97b9d 100644
--- a/app-admin/hddtemp/Manifest
+++ b/app-admin/hddtemp/Manifest
@@ -1,4 +1,4 @@
-MD5 87eb05d3b53631fe4a1635a3b5d38e06 hddtemp-0.3_beta11.ebuild 1285
+MD5 74ee7b7341cbaec46b6f37a0715e2371 hddtemp-0.3_beta11.ebuild 1283
MD5 aa07929960900de6e228505a40a82d08 hddtemp-0.2.ebuild 888
MD5 8a2032d01e9d0e0af6de397f32bc0c52 hddtemp-0.3_beta6-r1.ebuild 1122
MD5 e6cfe3db892faf936d189cdcaaca0371 hddtemp-0.3_beta10.ebuild 1151
diff --git a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
index d8ff5a4df857..5bd3a8de618a 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.1 2004/02/11 15:37:04 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta11.ebuild,v 1.2 2004/02/11 15:38:04 aliz Exp $
MY_P=${P/_beta/-beta}
@@ -46,5 +46,5 @@ src_install() {
fi
insinto /etc/conf.d ; donewins ${FILESDIR}/hddtemp-conf.d hddtemp
- exeinto /etc/init.d ; donewexe ${FILESDIR}/hddtemp-init hddtemp
+ exeinto /etc/init.d ; newexe ${FILESDIR}/hddtemp-init hddtemp
}