diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 17:54:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 17:54:53 +0000 |
commit | 79525f01b04a89572d77162146cdd6f58d01008a (patch) | |
tree | 6f16cccefc727ced4de0b83bf594070e3023fdb1 /sys-apps/apmd/apmd-3.2.1_p4.ebuild | |
parent | oops, little typo (Manifest recommit) (diff) | |
download | gentoo-2-79525f01b04a89572d77162146cdd6f58d01008a.tar.gz gentoo-2-79525f01b04a89572d77162146cdd6f58d01008a.tar.bz2 gentoo-2-79525f01b04a89572d77162146cdd6f58d01008a.zip |
third time lucky with whitespace
Diffstat (limited to 'sys-apps/apmd/apmd-3.2.1_p4.ebuild')
-rw-r--r-- | sys-apps/apmd/apmd-3.2.1_p4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/apmd/apmd-3.2.1_p4.ebuild b/sys-apps/apmd/apmd-3.2.1_p4.ebuild index bfd26fad5708..f1758c310b3e 100644 --- a/sys-apps/apmd/apmd-3.2.1_p4.ebuild +++ b/sys-apps/apmd/apmd-3.2.1_p4.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.1_p4.ebuild,v 1.2 2004/02/29 17:53:30 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.1_p4.ebuild,v 1.3 2004/02/29 17:54:53 liquidx Exp $ IUSE="X nls" @@ -25,11 +25,11 @@ DEPEND="sys-kernel/linux-headers src_unpack() { unpack ${A} cd ${S}; epatch ${WORKDIR}/${MY_P}-${PATCHV}.diff - + if [ -z "`use X`" ]; then sed -e 's:\(EXES=.*\)xapm:\1:' \ -e 's:\(.*\)\$(LT_INSTALL).*xapm.*$:\1echo:' \ - -i ${S}/Makefile + -i ${S}/Makefile fi } |