diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-17 14:17:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-17 14:17:54 +0000 |
commit | c236307f56b4fa190f43dd60caecdef420cd81cd (patch) | |
tree | 3096c08a89c46f6c8e1e1dd132b2283fbdb1a786 /dev-libs/rasqal/rasqal-0.9.17.ebuild | |
parent | Small tweak (diff) | |
download | historical-c236307f56b4fa190f43dd60caecdef420cd81cd.tar.gz historical-c236307f56b4fa190f43dd60caecdef420cd81cd.tar.bz2 historical-c236307f56b4fa190f43dd60caecdef420cd81cd.zip |
Fix html directory for prev. commit.
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/rasqal/rasqal-0.9.17.ebuild')
-rw-r--r-- | dev-libs/rasqal/rasqal-0.9.17.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/rasqal/rasqal-0.9.17.ebuild b/dev-libs/rasqal/rasqal-0.9.17.ebuild index 4de847ae97d6..d9c0b0de92d4 100644 --- a/dev-libs/rasqal/rasqal-0.9.17.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.1 2009/12/17 13:48:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.2 2009/12/17 14:17:54 ssuominen Exp $ EAPI=2 inherit libtool @@ -41,7 +41,8 @@ src_configure() { $(use_enable pcre) \ $(use_enable xml xml2) \ --with-regex-library=${regex} \ - --with-decimal=${decimal} + --with-decimal=${decimal} \ + --with-html-dir=/usr/share/doc/${PF}/html } src_install() { |