diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-19 14:58:09 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-19 14:58:09 +0000 |
commit | 93f92be967144947081c74c31620cd902b1306ac (patch) | |
tree | f59531bc9c60e7007c7e0c7011a7ec4f039b32d5 /dev-lang | |
parent | bad env var entries (diff) | |
download | gentoo-2-93f92be967144947081c74c31620cd902b1306ac.tar.gz gentoo-2-93f92be967144947081c74c31620cd902b1306ac.tar.bz2 gentoo-2-93f92be967144947081c74c31620cd902b1306ac.zip |
added some files that I accidentally removed
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index b470d2c065e3..b3d07d099bce 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@uwyn.com> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.2 2002/03/19 14:50:52 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.3 2002/03/19 14:58:09 gbevin Exp $ S="${WORKDIR}/Sather-1.3" DESCRIPTION="Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary." @@ -50,7 +50,12 @@ src_install () { cp -a ${WORKDIR}/Sather-1.3 ${D}/usr/sather rm -rf ${D}/usr/sather/bin/sacomp.code rm -rf ${D}/usr/sather/bin/sacomp-boot.code + rm -rf ${D}/usr/sather/sacomp + rm -rf ${D}/usr/sather/sacomp-boot rm -rf ${D}/usr/sather/system + mkdir ${D}/usr/sather/system + cp ${WORKDIR}/Sather-1.3/system/CONFIG ${D}/usr/sather/system + cp ${WORKDIR}/Sather-1.3/system/FORBID ${D}/usr/sather/system cd ${WORKDIR} dodoc doc/sather-specification-000328.ps.gz doc/sather-tutorial-000328.ps.gz doc/satish-thatte.ps.gz doc/Descript.ps.gz |