summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-22 06:07:45 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-22 06:07:45 +0000
commit1029a8afcdbd90d0df6bf723ca3d0f3c5529bb31 (patch)
tree511efc0d25f175869e513f6ca60cdfd68fe4f491 /dev-lisp/gcl/gcl-2.6.7.ebuild
parentSplit out an arch-specific variable DRI_DRIVERS_${ARCH} for defining which dr... (diff)
downloadgentoo-2-1029a8afcdbd90d0df6bf723ca3d0f3c5529bb31.tar.gz
gentoo-2-1029a8afcdbd90d0df6bf723ca3d0f3c5529bb31.tar.bz2
gentoo-2-1029a8afcdbd90d0df6bf723ca3d0f3c5529bb31.zip
Correct install permissions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp/gcl/gcl-2.6.7.ebuild')
-rw-r--r--dev-lisp/gcl/gcl-2.6.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild
index 0ec2d0e868d7..9ee6016176af 100644
--- a/dev-lisp/gcl/gcl-2.6.7.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.1 2005/08/14 00:27:53 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.2 2005/08/22 06:07:45 mkennedy Exp $
inherit elisp-common flag-o-matic
@@ -148,7 +148,7 @@ src_install() {
dodoc readme* RELEASE* ChangeLog* doc/*
- find ${D}/usr/lib/gcl-2.6.5/ -type f \( -perm 640 -o -perm 750 \) -exec chmod 0644 '{}' \;
+ find ${D}/usr/lib/gcl-${PV}/ -type f \( -perm 640 -o -perm 750 \) -exec chmod 0644 '{}' \;
}
pkg_postinst() {