diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-09 15:23:30 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-09 15:23:30 +0000 |
commit | 190944e04fdf4633f336f3aeefb78ab81ca1b4df (patch) | |
tree | 560054db14fb4ab03cb8684c2d27b1c2b520b9c0 | |
parent | New package. (diff) | |
download | gentoo-2-190944e04fdf4633f336f3aeefb78ab81ca1b4df.tar.gz gentoo-2-190944e04fdf4633f336f3aeefb78ab81ca1b4df.tar.bz2 gentoo-2-190944e04fdf4633f336f3aeefb78ab81ca1b4df.zip |
dodoc added in the ebuild.
-rw-r--r-- | x11-misc/gpasman/gpasman-1.3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/gpasman/gpasman-1.3.0.ebuild b/x11-misc/gpasman/gpasman-1.3.0.ebuild index f2ed02091b88..0257ca49fb0b 100644 --- a/x11-misc/gpasman/gpasman-1.3.0.ebuild +++ b/x11-misc/gpasman/gpasman-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyrigth 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.1 2002/06/09 15:13:33 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.2 2002/06/09 15:23:30 stroke Exp $ S=${WORKDIR}/${P} @@ -25,7 +25,9 @@ src_compile() { src_install() { + mkdir -p ${D}/usr/bin emake prefix=${D}/usr install + dodoc ChangeLog AUTHORS README BUGS NEWS } |