diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-16 23:12:09 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-09-16 23:12:09 +0000 |
commit | 500be496f078df8e33b9d8f7cceff01f96b48753 (patch) | |
tree | 9f07550b091f1288c44f69b4ea55f934f341cc8f /app-doc/single-unix-specification/single-unix-specification-3.ebuild | |
parent | adding to ~amd64 (diff) | |
download | historical-500be496f078df8e33b9d8f7cceff01f96b48753.tar.gz historical-500be496f078df8e33b9d8f7cceff01f96b48753.tar.bz2 historical-500be496f078df8e33b9d8f7cceff01f96b48753.zip |
bug 106081
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-doc/single-unix-specification/single-unix-specification-3.ebuild')
-rw-r--r-- | app-doc/single-unix-specification/single-unix-specification-3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild index a9aed3517f49..58ad1451f992 100644 --- a/app-doc/single-unix-specification/single-unix-specification-3.ebuild +++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.1 2005/05/02 04:45:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.2 2005/09/16 23:12:09 vanquirius Exp $ DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)" HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm" @@ -14,7 +14,7 @@ RESTRICT="nomirror" DEPEND="" -S=${WORKDIR}/susv3 +S="${WORKDIR}/susv3" src_install() { insinto /usr/share/doc/${PF}/html |