diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:20 +0000 |
commit | 2b95b5536948495410f8b43d88055d5c8f4821b5 (patch) | |
tree | 21e5b45f08bcfe3bbd67770048a9cbbc8c6bf0c9 /dev-lisp/cl-statistics | |
parent | sync IUSE (missing) (diff) | |
download | historical-2b95b5536948495410f8b43d88055d5c8f4821b5.tar.gz historical-2b95b5536948495410f8b43d88055d5c8f4821b5.tar.bz2 historical-2b95b5536948495410f8b43d88055d5c8f4821b5.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-statistics')
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild index fd1d5d1b4278..5048b692a368 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.3 2004/06/24 23:55:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.4 2004/07/14 16:16:40 agriffis Exp $ inherit common-lisp @@ -17,8 +17,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=cl-statistics -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.lisp ${FILESDIR}/${PN}.asd common-lisp-system-symlink |