diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 03:18:39 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 03:18:39 +0000 |
commit | a92d2113d1c0145ef0357e1dc2998b900add697d (patch) | |
tree | 6d98ffaf6a687383578fc647dd92d913688d9dc5 /sys-apps/apmd | |
parent | QA: ${PN}-${PV} -> ${P} (diff) | |
download | gentoo-2-a92d2113d1c0145ef0357e1dc2998b900add697d.tar.gz gentoo-2-a92d2113d1c0145ef0357e1dc2998b900add697d.tar.bz2 gentoo-2-a92d2113d1c0145ef0357e1dc2998b900add697d.zip |
QA: ${PN}-${PV} -> ${P}
(Portage version: 2.0.51.22-r1)
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 709557e460fe..4384d85c471e 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-2005 Gentoo Foundation # 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.10 2005/01/04 11:52:56 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.0.ebuild,v 1.11 2005/07/09 03:18:39 swegener Exp $ inherit eutils @@ -51,7 +51,7 @@ src_compile() { emake || die } -S="${WORKDIR}/${PN}-${PV}.orig" +S="${WORKDIR}/${P}.orig" src_install() { dodir /usr/sbin |