diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-13 13:53:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-13 13:53:47 +0000 |
commit | 47b7e6904e92e9f0f78e7ba890c7f21674c63d0b (patch) | |
tree | df6dcd9dc90c79c9ec0807651c40dca6a85d580d /sys-libs/db | |
parent | Fix quoting (diff) | |
download | gentoo-2-47b7e6904e92e9f0f78e7ba890c7f21674c63d0b.tar.gz gentoo-2-47b7e6904e92e9f0f78e7ba890c7f21674c63d0b.tar.bz2 gentoo-2-47b7e6904e92e9f0f78e7ba890c7f21674c63d0b.zip |
Fix quoting
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/db-3.2.9-r11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-3.2.9-r11.ebuild b/sys-libs/db/db-3.2.9-r11.ebuild index fa22023f76e6..5bf7ee08c1dc 100644 --- a/sys-libs/db/db-3.2.9-r11.ebuild +++ b/sys-libs/db/db-3.2.9-r11.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/sys-libs/db/db-3.2.9-r11.ebuild,v 1.18 2009/07/30 11:01:33 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.19 2009/10/13 13:53:47 ssuominen Exp $ inherit gnuconfig libtool eutils db @@ -139,7 +139,7 @@ src_install () { chmod go+r *.la cd "${S}" - dodoc README LICENSE + dodoc README db_src_install_doc || die "db_src_install_doc failed!" |