summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-29 21:17:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-29 21:17:34 +0000
commitbd7352b9ec65529b8b6cd55419eda7183607ce69 (patch)
tree139b2ce579a87f4dd291cce032046497d8433485 /app-crypt/seahorse-plugins
parentFix missing - in find statement. (diff)
downloadgentoo-2-bd7352b9ec65529b8b6cd55419eda7183607ce69.tar.gz
gentoo-2-bd7352b9ec65529b8b6cd55419eda7183607ce69.tar.bz2
gentoo-2-bd7352b9ec65529b8b6cd55419eda7183607ce69.zip
Fix missing - in find statement.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/seahorse-plugins')
-rw-r--r--app-crypt/seahorse-plugins/ChangeLog6
-rw-r--r--app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/seahorse-plugins/ChangeLog b/app-crypt/seahorse-plugins/ChangeLog
index 8e954cd018f2..c0055e644bfe 100644
--- a/app-crypt/seahorse-plugins/ChangeLog
+++ b/app-crypt/seahorse-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/seahorse-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.11 2009/10/29 21:05:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.12 2009/10/29 21:17:34 eva Exp $
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ seahorse-plugins-2.28.1.ebuild:
+ Fix missing - in find statement.
*seahorse-plugins-2.28.1 (29 Oct 2009)
diff --git a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild b/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild
index 50abd4755b11..1010621cd020 100644
--- a/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild
+++ b/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.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/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild,v 1.1 2009/10/29 21:05:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1.ebuild,v 1.2 2009/10/29 21:17:34 eva Exp $
EAPI="2"
@@ -77,7 +77,7 @@ src_prepare() {
src_install() {
gnome2_src_install
- find "${D}" name "*.la" -delete || die "remove of la files failed"
+ find "${D}" -name "*.la" -delete || die "remove of la files failed"
exeinto /etc/X11/xinit/xinitrc.d/
doexe "${FILESDIR}/70-seahorse-agent" || die "doexe failed"