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 | 0d9e79f1ca36ce6223a3fcf69bd72e92256090f1 (patch) | |
tree | abfe7d8f2107298b1316ee8133dd0005732744ed /sys-apps/apmd/apmd-3.2.0.ebuild | |
parent | header fix (diff) | |
download | historical-0d9e79f1ca36ce6223a3fcf69bd72e92256090f1.tar.gz historical-0d9e79f1ca36ce6223a3fcf69bd72e92256090f1.tar.bz2 historical-0d9e79f1ca36ce6223a3fcf69bd72e92256090f1.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-apps/apmd/apmd-3.2.0.ebuild')
-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} |