diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:51:39 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:51:39 +0000 |
commit | 0ea178644f3a6e0ed1533b1c2941ffff20332682 (patch) | |
tree | 5b94fc49981679fe690aee0ee10db2e38aa5d3fa /sys-apps/acpid/acpid-1.0.1.ebuild | |
parent | Added patch and myconf fix to fix bug #23767. (diff) | |
download | gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.gz gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.bz2 gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/acpid/acpid-1.0.1.ebuild')
-rw-r--r-- | sys-apps/acpid/acpid-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/acpid/acpid-1.0.1.ebuild b/sys-apps/acpid/acpid-1.0.1.ebuild index fffd6c287b45..835222d163fe 100644 --- a/sys-apps/acpid/acpid-1.0.1.ebuild +++ b/sys-apps/acpid/acpid-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.11 2003/06/21 21:19:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.12 2003/09/07 02:48:58 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Daemon for Advanced Configuration and Power Interface." @@ -24,13 +24,13 @@ src_compile() { src_install () { make INSTPREFIX=${D} install || die - + dodir /etc/acpi/events exeinto /etc/acpi doexe debian/default.sh insinto /etc/acpi/events doins debian/default - + dodoc README Changelog exeinto /etc/init.d |