diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-03-10 14:51:14 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-03-10 14:51:14 +0000 |
commit | 30957c6c81e3871e14380c6ece11b7c4dd3d06ae (patch) | |
tree | e2754c8259fd8a6360bc65e7654aca6d9123586f /app-mobilephone | |
parent | stable x86, bug 170253 (diff) | |
download | gentoo-2-30957c6c81e3871e14380c6ece11b7c4dd3d06ae.tar.gz gentoo-2-30957c6c81e3871e14380c6ece11b7c4dd3d06ae.tar.bz2 gentoo-2-30957c6c81e3871e14380c6ece11b7c4dd3d06ae.zip |
Remove references to $ROOT from src_compile (#167240).
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/moto4lin/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/moto4lin-0.3.ebuild | 8 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-mobilephone/moto4lin/ChangeLog b/app-mobilephone/moto4lin/ChangeLog index ee1a3f4ab599..8b725758b26e 100644 --- a/app-mobilephone/moto4lin/ChangeLog +++ b/app-mobilephone/moto4lin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/moto4lin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.7 2006/01/10 14:55:58 r3pek Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.8 2007/03/10 14:51:14 mrness Exp $ + + 10 Mar 2007; Alin Năstac <mrness@gentoo.org> moto4lin-0.3.ebuild, + moto4lin-0.3_p20051125.ebuild: + Remove references to $ROOT from src_compile (#167240). 10 Jan 2006; Carlos Silva <r3pek@gentoo.org> moto4lin-0.3.ebuild, moto4lin-0.3_p20051125.ebuild: diff --git a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild index 56e5b63aa344..955e167501c1 100644 --- a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild +++ b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.6 2006/01/10 14:55:58 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.7 2007/03/10 14:51:14 mrness Exp $ inherit toolchain-funcs @@ -19,7 +19,7 @@ DEPEND="dev-libs/libusb src_compile() { # We need this addwrite since the uic program tries to create # locks in there :/ - addwrite "${ROOT}/usr/qt/3/etc/settings" + addwrite "/usr/qt/3/etc/settings" ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake emake \ @@ -30,6 +30,6 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die "make install failed" + make INSTALL_ROOT="${D}" install || die "make install failed" dodoc ChangeLog README } diff --git a/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild b/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild index fc2efada7c9f..31f980b6a73d 100644 --- a/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild +++ b/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild,v 1.4 2006/01/10 14:55:58 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3_p20051125.ebuild,v 1.5 2007/03/10 14:51:14 mrness Exp $ inherit toolchain-funcs @@ -19,7 +19,7 @@ DEPEND="dev-libs/libusb src_compile() { # We need this addwrite since the uic program tries to create # locks in there :/ - addwrite "${ROOT}/usr/qt/3/etc/settings" + addwrite "/usr/qt/3/etc/settings" ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake emake \ @@ -30,6 +30,6 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die "make install failed" + make INSTALL_ROOT="${D}" install || die "make install failed" dodoc Changelog README } |