summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-02-13 08:05:14 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-02-13 08:05:14 +0000
commit7101bbfc15b81bdb5104c16c5cfff309b1f20efe (patch)
tree81f10b61ae1edee911bbd533da0532c35717e2fa /sys-fs
parentVersion bump <http://my.opera.com/desktopteam/blog/2008/02/11/introducing-adv... (diff)
downloadgentoo-2-7101bbfc15b81bdb5104c16c5cfff309b1f20efe.tar.gz
gentoo-2-7101bbfc15b81bdb5104c16c5cfff309b1f20efe.tar.bz2
gentoo-2-7101bbfc15b81bdb5104c16c5cfff309b1f20efe.zip
quote variable
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/python-fuse/ChangeLog6
-rw-r--r--sys-fs/python-fuse/python-fuse-2.5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/python-fuse/ChangeLog b/sys-fs/python-fuse/ChangeLog
index 7bfa2301170a..d754ceabe9f1 100644
--- a/sys-fs/python-fuse/ChangeLog
+++ b/sys-fs/python-fuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/python-fuse
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/python-fuse/ChangeLog,v 1.3 2008/02/13 07:50:24 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/python-fuse/ChangeLog,v 1.4 2008/02/13 08:05:14 opfer Exp $
+
+ 13 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+ python-fuse-2.5.ebuild:
+ quote variable
13 Feb 2008; Christian Faulhammer <opfer@gentoo.org> metadata.xml:
add no-herd
diff --git a/sys-fs/python-fuse/python-fuse-2.5.ebuild b/sys-fs/python-fuse/python-fuse-2.5.ebuild
index 0638198c49e3..3ac29e28802a 100644
--- a/sys-fs/python-fuse/python-fuse-2.5.ebuild
+++ b/sys-fs/python-fuse/python-fuse-2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/python-fuse/python-fuse-2.5.ebuild,v 1.2 2007/09/30 15:28:02 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/python-fuse/python-fuse-2.5.ebuild,v 1.3 2008/02/13 08:05:14 opfer Exp $
inherit distutils
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
distutils_src_install
- cp -r example ${D}/usr/share/doc/${PF}/
+ cp -r example "${D}"/usr/share/doc/${PF}/
}