diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-03 05:55:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-03 05:55:55 +0000 |
commit | 0ce84bdc486100a1fe7a62b86386128100852fc1 (patch) | |
tree | 48b2f65dc049aa1e15562cfe654f599c7b87655f /x11-misc/spacefm | |
parent | Version bump. (diff) | |
download | gentoo-2-0ce84bdc486100a1fe7a62b86386128100852fc1.tar.gz gentoo-2-0ce84bdc486100a1fe7a62b86386128100852fc1.tar.bz2 gentoo-2-0ce84bdc486100a1fe7a62b86386128100852fc1.zip |
Fix missing configure line for last commit.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/spacefm')
-rw-r--r-- | x11-misc/spacefm/spacefm-0.7.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/spacefm/spacefm-0.7.4.ebuild b/x11-misc/spacefm/spacefm-0.7.4.ebuild index d0d00a3661f4..e91e9298b950 100644 --- a/x11-misc/spacefm/spacefm-0.7.4.ebuild +++ b/x11-misc/spacefm/spacefm-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.7.4.ebuild,v 1.1 2012/04/03 05:51:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.7.4.ebuild,v 1.2 2012/04/03 05:55:55 ssuominen Exp $ EAPI=4 inherit fdo-mime @@ -41,6 +41,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { econf \ + --htmldir=/usr/share/doc/${PF}/html \ --disable-hal \ $(use_enable kernel_linux inotify) } |