diff options
author | Jonathan Smith <smithj@gentoo.org> | 2008-01-23 20:47:54 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2008-01-23 20:47:54 +0000 |
commit | 6a2e2711e934aa8a9fada728d0f8e239429ee560 (patch) | |
tree | e22ffc4cd524548b409e06d118a3b6890e2323f6 /app-admin/conary/conary-1.1.26.ebuild | |
parent | Marked stable on amd64 as per bug 207203. (diff) | |
download | historical-6a2e2711e934aa8a9fada728d0f8e239429ee560.tar.gz historical-6a2e2711e934aa8a9fada728d0f8e239429ee560.tar.bz2 historical-6a2e2711e934aa8a9fada728d0f8e239429ee560.zip |
add the latest on the conary 1.2.x and 2.0.x branches. fix minor syntax errors repoman was bitching about
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-admin/conary/conary-1.1.26.ebuild')
-rw-r--r-- | app-admin/conary/conary-1.1.26.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/conary/conary-1.1.26.ebuild b/app-admin/conary/conary-1.1.26.ebuild index 0edd47280c91..0ca30bffa8cd 100644 --- a/app-admin/conary/conary-1.1.26.ebuild +++ b/app-admin/conary/conary-1.1.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2007 Gentoo Foundation +# Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.26.ebuild,v 1.1 2007/05/23 14:46:05 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.26.ebuild,v 1.2 2008/01/23 20:47:53 smithj Exp $ DESCRIPTION="repository-based system management and package-building tool" HOMEPAGE="http://wiki.rpath.com/wiki/Conary" @@ -25,6 +25,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install - dodoc LICENSE NEWS conary/ScanDeps/README conary/pysqlite3/{LICENSE,README} + make DESTDIR="${D}" install + dodoc NEWS conary/ScanDeps/README conary/pysqlite3/README } |