summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-23 04:37:51 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-23 04:37:51 +0000
commitd3690ba48e924ba968fa289f0f9f17730e1c6242 (patch)
treebbfaf467b0abc846935df3616a94000c06f24d67
parentPortage 2.0.16 and cleanups (diff)
downloadgentoo-2-d3690ba48e924ba968fa289f0f9f17730e1c6242.tar.gz
gentoo-2-d3690ba48e924ba968fa289f0f9f17730e1c6242.tar.bz2
gentoo-2-d3690ba48e924ba968fa289f0f9f17730e1c6242.zip
tiny typo fix
-rw-r--r--sys-apps/portage/portage-2.0.16.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-2.0.16.ebuild b/sys-apps/portage/portage-2.0.16.ebuild
index bc74d07a3094..53abd9d04f38 100644
--- a/sys-apps/portage/portage-2.0.16.ebuild
+++ b/sys-apps/portage/portage-2.0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.16.ebuild,v 1.1 2002/07/23 04:36:42 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.16.ebuild,v 1.2 2002/07/23 04:37:51 drobbins Exp $
S=${WORKDIR}/${P}
SLOT="0"
@@ -169,7 +169,7 @@ pkg_postinst() {
rm -f ${ROOT}usr/lib/python2.2/site-packages/portage.py[co]
chmod 4755 ${ROOT}var/cache/edb/dep
chown root.wheel ${ROOT}var/cache/edb/dep
- [ -e ${ROOT}var/cache/edb/xcache.p ] && chmod 0664 ${ROOT}var/cache/edb/xcache.p && chown root.wheel ${ROOT}var/cache/edb/dep/xcache.p
+ [ -e ${ROOT}var/cache/edb/xcache.p ] && chmod 0664 ${ROOT}var/cache/edb/xcache.p && chown root.wheel ${ROOT}var/cache/edb/xcache.p
# we gotta re-compile these modules and deal with systems with clock skew (stale compiled files)
python -c "import py_compile; py_compile.compile('${ROOT}usr/lib/python2.2/site-packages/portage.py')" || die