diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-19 05:19:33 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-19 05:19:33 +0000 |
commit | a9ac427eb371f6dfb421fe8d66abd4e581128bbd (patch) | |
tree | de5636f0d9d53c3f8d18630f5cb0075fd903dd1b /dev-lisp | |
parent | 2.3.1 goes back to unstable. 2.3.0 reintroduced (diff) | |
download | gentoo-2-a9ac427eb371f6dfb421fe8d66abd4e581128bbd.tar.gz gentoo-2-a9ac427eb371f6dfb421fe8d66abd4e581128bbd.tar.bz2 gentoo-2-a9ac427eb371f6dfb421fe8d66abd4e581128bbd.zip |
install odcl.system also
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-odcl/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-lisp/cl-odcl/Manifest b/dev-lisp/cl-odcl/Manifest index 85be75f1f90a..0f74f713189b 100644 --- a/dev-lisp/cl-odcl/Manifest +++ b/dev-lisp/cl-odcl/Manifest @@ -1,4 +1,4 @@ -MD5 7730a70b35fc75c1c179852b91169025 cl-odcl-1.3.3.ebuild 1295 +MD5 51390a2103a1f43d51bb3b5ad9223fe4 cl-odcl-1.3.3.ebuild 1513 MD5 446dc1ebc69f3e218cac488ab070a5ea ChangeLog 322 MD5 315c60a4469c95eda194018b1eb42117 files/digest-cl-odcl-1.3.3 70 MD5 f123d753710b35e6ad767e2075f1da8b files/clisp-tests-gentoo.patch 400 diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild index 38c36b5565dd..92706aeb5a19 100644 --- a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild +++ b/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.1 2003/06/19 03:16:02 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.2 2003/06/19 05:19:30 mkennedy Exp $ inherit common-lisp @@ -25,8 +25,13 @@ src_unpack() { } src_install() { - common-lisp-install *.lisp odcl.asd - common-lisp-system-symlink + common-lisp-install *.lisp odcl.asd odcl.system + dodir /usr/share/common-lisp/systems + dosym /usr/share/common-lisp/source/odcl/odcl.asd \ + /usr/share/common-lisp/systems/odcl.asd + dosym /usr/share/common-lisp/source/odcl/odcl.system \ + /usr/share/common-lisp/systems/odcl.system + insinto /usr/share/common-lisp/source/odcl/tests doins tests/*.lisp dodoc COPYING ChangeLog NEWS README VERSION |