diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-17 23:31:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-17 23:31:57 +0000 |
commit | a6972eb68b9584cf7e2a8aa6ad4094a425bd70ec (patch) | |
tree | bd5998358054ea0d3320ec52ff0963458f491abc /dev-cpp/libglademm/libglademm-2.6.4.ebuild | |
parent | bump to 2.20.1 (diff) | |
download | gentoo-2-a6972eb68b9584cf7e2a8aa6ad4094a425bd70ec.tar.gz gentoo-2-a6972eb68b9584cf7e2a8aa6ad4094a425bd70ec.tar.bz2 gentoo-2-a6972eb68b9584cf7e2a8aa6ad4094a425bd70ec.zip |
bump to 2.6.5 and fix some quoting
(Portage version: 2.1.3.13)
Diffstat (limited to 'dev-cpp/libglademm/libglademm-2.6.4.ebuild')
-rw-r--r-- | dev-cpp/libglademm/libglademm-2.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libglademm/libglademm-2.6.4.ebuild b/dev-cpp/libglademm/libglademm-2.6.4.ebuild index 40d3919b4045..3e91abffc27d 100644 --- a/dev-cpp/libglademm/libglademm-2.6.4.ebuild +++ b/dev-cpp/libglademm/libglademm-2.6.4.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-cpp/libglademm/libglademm-2.6.4.ebuild,v 1.7 2007/10/14 15:30:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild,v 1.8 2007/10/17 23:31:57 eva Exp $ inherit gnome2 @@ -51,6 +51,6 @@ src_install() { fi if use examples; then - cp -R examples ${D}/usr/share/doc/${PF} + cp -R examples "${D}"/usr/share/doc/${PF} fi } |