summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/sbcl/sbcl-0.9.7.ebuild')
-rw-r--r--dev-lisp/sbcl/sbcl-0.9.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.9.7.ebuild b/dev-lisp/sbcl/sbcl-0.9.7.ebuild
index 1b8f730ee802..e57f551e9963 100644
--- a/dev-lisp/sbcl/sbcl-0.9.7.ebuild
+++ b/dev-lisp/sbcl/sbcl-0.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.7.ebuild,v 1.3 2005/12/21 12:37:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.9.7.ebuild,v 1.4 2006/01/03 18:31:51 mkennedy Exp $
inherit common-lisp-common-2 eutils
@@ -133,7 +133,7 @@ src_install() {
if ! use nosource; then
# install the SBCL source
cp -pPR ${S}/src ${D}/usr/$(get_libdir)/sbcl
- find ${D}/$(get_libdir)/sbcl/src -type f -name \*.fasl -print0 | xargs -0 rm -f
+ find ${D}/usr/$(get_libdir)/sbcl/src -type f -name \*.fasl -print0 | xargs -0 rm -f
fi
impl-save-timestamp-hack sbcl || die