diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-26 12:32:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-26 12:32:38 +0000 |
commit | 147a006fd6c1acc01c533093001f9b95471ea220 (patch) | |
tree | cfddd3349b8042a1b1ebd37b7ebd8403525ea294 /sys-fs | |
parent | Update renaming. (diff) | |
download | gentoo-2-147a006fd6c1acc01c533093001f9b95471ea220.tar.gz gentoo-2-147a006fd6c1acc01c533093001f9b95471ea220.tar.bz2 gentoo-2-147a006fd6c1acc01c533093001f9b95471ea220.zip |
fix install
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/traydevice/traydevice-1.5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/traydevice/traydevice-1.5.2.ebuild b/sys-fs/traydevice/traydevice-1.5.2.ebuild index bf57fa2a4822..bd0220a8a92c 100644 --- a/sys-fs/traydevice/traydevice-1.5.2.ebuild +++ b/sys-fs/traydevice/traydevice-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.2.ebuild,v 1.1 2010/09/30 23:36:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.2.ebuild,v 1.2 2010/12/26 12:32:38 ssuominen Exp $ EAPI=3 @@ -37,7 +37,6 @@ src_compile() { :; } src_install() { distutils_src_install \ - --root="${D}" \ --prefix=/usr \ --install-data=/usr/share/${PN} \ --install-man=/usr/share/man |