summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-03-29 18:53:19 +0000
committerJustin Lecher <jlec@gentoo.org>2010-03-29 18:53:19 +0000
commitaa6465e558104fcf792e5b59341529f253565fe2 (patch)
treeb69fb5cbca5935e85a265eaa985411a6c15cd3bb /sci-libs
parentBump for #308767 (diff)
downloadgentoo-2-aa6465e558104fcf792e5b59341529f253565fe2.tar.gz
gentoo-2-aa6465e558104fcf792e5b59341529f253565fe2.tar.bz2
gentoo-2-aa6465e558104fcf792e5b59341529f253565fe2.zip
typo fixed
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/balbes-db/balbes-db-6.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild b/sci-libs/balbes-db/balbes-db-6.1.3.ebuild
index 3b75b4d10bb7..4123daec8891 100644
--- a/sci-libs/balbes-db/balbes-db-6.1.3.ebuild
+++ b/sci-libs/balbes-db/balbes-db-6.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.2 2010/03/28 20:36:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3.ebuild,v 1.3 2010/03/29 18:53:19 jlec Exp $
EAPI="3"
@@ -33,7 +33,7 @@ src_install() {
# the disk space
einfo "Installing files, which can take some time ..."
mv "${S}"/share/balbes/BALBES_0.0.1/* "${ED}"/usr/share/balbes/BALBES_0.0.1/ || die
- # db files should be executable
+ # db files shouldn't be executable
find "${ED}"/usr/share/balbes/BALBES_0.0.1/ \
-type f \
-exec chmod 664 '{}' \;