diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-06-30 11:31:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-06-30 11:31:59 +0000 |
commit | 75bda8cf47554c42a81fc0f8138ac05ddc7001ca (patch) | |
tree | a67e0bd116412c1883459a4afaa32da87314b8a4 /net-misc/rsync | |
parent | Fix compilation with kernel 3.4, bug #421753 by Len Meakin. (diff) | |
download | gentoo-2-75bda8cf47554c42a81fc0f8138ac05ddc7001ca.tar.gz gentoo-2-75bda8cf47554c42a81fc0f8138ac05ddc7001ca.tar.bz2 gentoo-2-75bda8cf47554c42a81fc0f8138ac05ddc7001ca.zip |
Fix elementary Prefix error using ED for DESTDIR in make install.
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/rsync/rsync-3.0.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog index fbd96fa3e31a..11fa6c5ff257 100644 --- a/net-misc/rsync/ChangeLog +++ b/net-misc/rsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rsync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.227 2012/06/29 05:11:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.228 2012/06/30 11:31:59 grobian Exp $ + + 30 Jun 2012; Fabian Groffen <grobian@gentoo.org> rsync-3.0.9-r2.ebuild: + Fix elementary Prefix error using ED for DESTDIR in make install. 29 Jun 2012; Mike Frysinger <vapier@gentoo.org> rsync-3.0.9-r2.ebuild, rsync-3.0.9.ebuild: diff --git a/net-misc/rsync/rsync-3.0.9-r2.ebuild b/net-misc/rsync/rsync-3.0.9-r2.ebuild index d2502260add2..666cf68eb235 100644 --- a/net-misc/rsync/rsync-3.0.9-r2.ebuild +++ b/net-misc/rsync/rsync-3.0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.4 2012/06/29 05:11:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.5 2012/06/30 11:31:59 grobian Exp $ EAPI="4" @@ -43,7 +43,7 @@ src_configure() { } src_install() { - emake DESTDIR="${ED}" install + emake DESTDIR="${D}" install newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd dodoc NEWS OLDNEWS README TODO tech_report.tex |