diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-04-11 14:41:31 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-04-11 14:41:31 +0000 |
commit | 17e1754c43525fd58cd16d2174b18288ba3a4972 (patch) | |
tree | a3bc17203f50b2a04808c7c92a4b445f9ec39b20 /dev-db | |
parent | amd64 (diff) | |
download | gentoo-2-17e1754c43525fd58cd16d2174b18288ba3a4972.tar.gz gentoo-2-17e1754c43525fd58cd16d2174b18288ba3a4972.tar.bz2 gentoo-2-17e1754c43525fd58cd16d2174b18288ba3a4972.zip |
Fix bug #167271.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgis/postgis-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgis/ChangeLog b/dev-db/postgis/ChangeLog index adc25d0e4cee..2cc9066b46e1 100644 --- a/dev-db/postgis/ChangeLog +++ b/dev-db/postgis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgis # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.27 2007/04/09 15:30:01 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.28 2007/04/11 14:41:31 chtekk Exp $ + + 11 Apr 2007; Luca Longinotti <chtekk@gentoo.org> postgis-1.2.0.ebuild: + Fix bug #167271. 09 Apr 2007; Luca Longinotti <chtekk@gentoo.org> -postgis-0.7.5-r2.ebuild, -postgis-1.1.2.ebuild, -postgis-1.1.6.ebuild, postgis-1.2.0.ebuild: diff --git a/dev-db/postgis/postgis-1.2.0.ebuild b/dev-db/postgis/postgis-1.2.0.ebuild index c15b8485b381..4c56e57e15ad 100644 --- a/dev-db/postgis/postgis-1.2.0.ebuild +++ b/dev-db/postgis/postgis-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.2.0.ebuild,v 1.3 2007/04/09 15:30:01 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.2.0.ebuild,v 1.4 2007/04/11 14:41:31 chtekk Exp $ WANT_AUTOCONF="lastest" inherit autotools eutils versionator @@ -49,7 +49,7 @@ src_compile(){ fi if use doc;then - myconf="${myconf} --with-xsl=$(ls "${ROOT}"usr/share/sgml/docbook/* | \ + myconf="${myconf} --with-xsl=$(ls /usr/share/sgml/docbook/* | \ grep xsl\- | cut -d':' -f1)" fi |