summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-06 21:57:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-06 21:57:46 +0000
commit2173f499e0cf70cb6776688f4e19475d91c18647 (patch)
treef0b2bfeba8be3269fd674a52ed23cdf28b902dbf /sys-apps/smartmontools
parentfix up dependencies (diff)
downloadgentoo-2-2173f499e0cf70cb6776688f4e19475d91c18647.tar.gz
gentoo-2-2173f499e0cf70cb6776688f4e19475d91c18647.tar.bz2
gentoo-2-2173f499e0cf70cb6776688f4e19475d91c18647.zip
Install examplescripts #108258 by Wolfram Schlich
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/smartmontools-5.33.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.33.ebuild b/sys-apps/smartmontools/smartmontools-5.33.ebuild
index b3b4cd87104f..51c7f59b1f17 100644
--- a/sys-apps/smartmontools/smartmontools-5.33.ebuild
+++ b/sys-apps/smartmontools/smartmontools-5.33.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.11 2005/08/24 02:48:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.33.ebuild,v 1.12 2005/10/06 21:57:46 vapier Exp $
inherit flag-o-matic
@@ -27,11 +27,12 @@ src_install() {
doman *.[58]
dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS
newdoc smartd.conf smartd.conf.example
+ docinto examplescripts
+ dodoc examplescripts/*
insinto /etc
doins smartd.conf
- dodir /etc/init.d /etc/conf.d
- newinitd ${FILESDIR}/smartd.rc smartd
- newconfd ${FILESDIR}/smartd.confd smartd
+ newinitd "${FILESDIR}"/smartd.rc smartd
+ newconfd "${FILESDIR}"/smartd.confd smartd
}