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 | 9998c4e18148857c1d2da50f28330351405dec9e (patch) | |
tree | 249f95c7f50a1e7492839c69f6218760c812b5bf /x11-misc/gpasman | |
parent | New package. (diff) | |
download | historical-9998c4e18148857c1d2da50f28330351405dec9e.tar.gz historical-9998c4e18148857c1d2da50f28330351405dec9e.tar.bz2 historical-9998c4e18148857c1d2da50f28330351405dec9e.zip |
dodoc added in the ebuild.
Diffstat (limited to 'x11-misc/gpasman')
-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 } |