diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-21 07:18:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-21 07:18:43 +0000 |
commit | c6eba9342ba893403e2139b44cf2a99be1be4b10 (patch) | |
tree | 7030518c6f6d6141482edb839de220ead86314ed /sys-fs/traydevice/traydevice-1.5.ebuild | |
parent | fix src_uri too (diff) | |
download | gentoo-2-c6eba9342ba893403e2139b44cf2a99be1be4b10.tar.gz gentoo-2-c6eba9342ba893403e2139b44cf2a99be1be4b10.tar.bz2 gentoo-2-c6eba9342ba893403e2139b44cf2a99be1be4b10.zip |
final cosmetics
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/traydevice/traydevice-1.5.ebuild')
-rw-r--r-- | sys-fs/traydevice/traydevice-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/traydevice/traydevice-1.5.ebuild b/sys-fs/traydevice/traydevice-1.5.ebuild index 1c09c4e117b2..5478b23b261e 100644 --- a/sys-fs/traydevice/traydevice-1.5.ebuild +++ b/sys-fs/traydevice/traydevice-1.5.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.ebuild,v 1.3 2010/08/21 07:13:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.4 2010/08/21 07:18:43 ssuominen Exp $ EAPI=3 @@ -39,8 +39,8 @@ src_install() { distutils_src_install \ --root="${D}" \ --prefix=/usr \ - --install-data=/usr/share/traydevice \ + --install-data=/usr/share/${PN} \ --install-man=/usr/share/man - rm -f "${D}"/usr/share/traydevice/*.txt + rm -f "${D}"/usr/share/${PN}/*.txt } |