diff options
-rw-r--r-- | app-emulation/uade/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/uade/uade-1.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index 794f339070cc..ffb0d4010194 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/uade # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.18 2004/11/05 13:31:14 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.19 2004/11/06 14:16:24 spock Exp $ + + 06 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-1.00.ebuild: + Removed unnecessary DESTDIR option from make install. Closes #70209. 05 Nov 2004; Michal Januszewski <spock@gentoo.org> uade-0.91-r1.ebuild: Removed beepmp support from the 0.91-rc1 ebuild, as this breaks on the diff --git a/app-emulation/uade/uade-1.00.ebuild b/app-emulation/uade/uade-1.00.ebuild index 368cd490de05..b148cc5ef690 100644 --- a/app-emulation/uade/uade-1.00.ebuild +++ b/app-emulation/uade/uade-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-1.00.ebuild,v 1.1 2004/10/30 22:22:32 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-1.00.ebuild,v 1.2 2004/11/06 14:16:24 spock Exp $ inherit eutils @@ -38,7 +38,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die 'make install failed' + make install || die 'make install failed' dodoc BUGS ChangeLog.txt FIXED ANTIPLANS README PLANS TESTING docs/CREDITS find "${D}/usr/share/doc/${PF}/" \ |