diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-01 08:16:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-01 08:16:09 +0000 |
commit | 96ef88b19acf95a966dd982791740e3d6263d915 (patch) | |
tree | a640dd84aa44692cf3b00478dd8833c25d91b589 /sys-apps/apmd | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-96ef88b19acf95a966dd982791740e3d6263d915.tar.gz gentoo-2-96ef88b19acf95a966dd982791740e3d6263d915.tar.bz2 gentoo-2-96ef88b19acf95a966dd982791740e3d6263d915.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-apps/apmd')
-rw-r--r-- | sys-apps/apmd/apmd-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/apmd/apmd-3.2.0.ebuild b/sys-apps/apmd/apmd-3.2.0.ebuild index a924936ee50f..44d61c492921 100644 --- a/sys-apps/apmd/apmd-3.2.0.ebuild +++ b/sys-apps/apmd/apmd-3.2.0.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/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.3 2004/02/29 17:51:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.4 2004/03/01 08:16:09 mr_bones_ Exp $ inherit eutils @@ -55,7 +55,7 @@ S="${WORKDIR}/${PN}-${PV}.orig" src_install() { dodir /usr/sbin - + make DESTDIR=${D} PREFIX=/usr install || die "install failed" dodir /etc/apm/{event.d,suspend.d,resume.d} |