summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-02-19 23:23:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-02-19 23:23:44 +0000
commit3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73 (patch)
tree8f198626dc5eeff06aa1b97caeee105b58926c18 /x11-libs/libfm/libfm-9999.ebuild
parentVersion bump (bug #355479). (diff)
downloadgentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.tar.gz
gentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.tar.bz2
gentoo-2-3a00c51b3e9cffc1a751d0fa1c9c0011b4fada73.zip
Adjust pathes for snapshots and live ebuild. Bug #355531
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm/libfm-9999.ebuild')
-rw-r--r--x11-libs/libfm/libfm-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild
index f5bbbc16e0ca..19fe0e36d3d3 100644
--- a/x11-libs/libfm/libfm-9999.ebuild
+++ b/x11-libs/libfm/libfm-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.10 2011/02/16 16:16:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.11 2011/02/19 23:23:44 hwoarang Exp $
EAPI=2
@@ -12,6 +12,7 @@ else
inherit autotools
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
+ S="${WORKDIR}"
fi
inherit fdo-mime
@@ -41,7 +42,7 @@ DEPEND="${COMMON_DEPEND}
src_prepare() {
if ! use doc; then
- sed -ie '/SUBDIRS=/s#docs##' "${WORKDIR}"/Makefile.am || die "sed failed"
+ sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed"
sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed"
else
gtkdocize --copy || die