diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:19:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 16:19:54 +0000 |
commit | 280be48b8b086808b358a93f33ec77a881ad1b7a (patch) | |
tree | 9528b3a651a6042a69c9febabef257988e41dfb8 /dev-tex/style-check/style-check-0.7.ebuild | |
parent | version bump (diff) | |
download | historical-280be48b8b086808b358a93f33ec77a881ad1b7a.tar.gz historical-280be48b8b086808b358a93f33ec77a881ad1b7a.tar.bz2 historical-280be48b8b086808b358a93f33ec77a881ad1b7a.zip |
quote D
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.7 x86_64
Diffstat (limited to 'dev-tex/style-check/style-check-0.7.ebuild')
-rw-r--r-- | dev-tex/style-check/style-check-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/style-check/style-check-0.7.ebuild b/dev-tex/style-check/style-check-0.7.ebuild index d78185448840..b1eb9ae5b2db 100644 --- a/dev-tex/style-check/style-check-0.7.ebuild +++ b/dev-tex/style-check/style-check-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.6 2008/02/27 18:14:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.7 2008/07/09 16:19:54 aballier Exp $ IUSE="" @@ -16,7 +16,7 @@ DEPEND="virtual/ruby" src_install() { dodir /etc/style-check.d - make PREFIX=/usr DESTDIR=${D} install || die + make PREFIX=/usr DESTDIR="${D}" install || die dodoc README dohtml README.html } |