diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 20:55:50 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-03 20:55:50 +0000 |
commit | e22331aaf0f312868a8d721cdb143db49a4da279 (patch) | |
tree | 5b7fff9a38ccd23f0bde140421ec28e67f5d9ccd /net-misc/udpcast | |
parent | Advertise orca as a frontend instead of gnopernicus (diff) | |
download | gentoo-2-e22331aaf0f312868a8d721cdb143db49a4da279.tar.gz gentoo-2-e22331aaf0f312868a8d721cdb143db49a4da279.tar.bz2 gentoo-2-e22331aaf0f312868a8d721cdb143db49a4da279.zip |
Fix src_install, bug #208740
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20070602.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index efed24d4caaf..8cde3a816a9c 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/udpcast # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.11 2008/01/26 17:07:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.12 2008/02/03 20:55:50 armin76 Exp $ + + 03 Feb 2008; Raúl Porcel <armin76@gentoo.org> udpcast-20070602.ebuild: + Fix src_install, bug #208740 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> -files/udpcast-20070323-makefix.patch, -udpcast-20050226.ebuild, diff --git a/net-misc/udpcast/udpcast-20070602.ebuild b/net-misc/udpcast/udpcast-20070602.ebuild index 6fb0f81075d3..629ca51aaea1 100644 --- a/net-misc/udpcast/udpcast-20070602.ebuild +++ b/net-misc/udpcast/udpcast-20070602.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/net-misc/udpcast/udpcast-20070602.ebuild,v 1.2 2008/01/26 17:07:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.3 2008/02/03 20:55:50 armin76 Exp $ DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://udpcast.linux.lu/" @@ -14,6 +14,6 @@ KEYWORDS="~amd64 x86" DEPEND="dev-lang/perl" src_install() { - emake DESTDIR="${D}" || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc *.txt } |