diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-16 20:07:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-16 20:07:30 +0000 |
commit | 806c2c05df2c37c51c005c8f57be82450e20e677 (patch) | |
tree | b1475d7c11afdc0a837b945abc27ffb9857f8ecf /sys-apps/usbredir/usbredir-0.4.3.ebuild | |
parent | Remove myself from metadata.xml and leave qemu (as primary consumer of usbred... (diff) | |
download | historical-806c2c05df2c37c51c005c8f57be82450e20e677.tar.gz historical-806c2c05df2c37c51c005c8f57be82450e20e677.tar.bz2 historical-806c2c05df2c37c51c005c8f57be82450e20e677.zip |
typo
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/usbredir/usbredir-0.4.3.ebuild')
-rw-r--r-- | sys-apps/usbredir/usbredir-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/usbredir/usbredir-0.4.3.ebuild b/sys-apps/usbredir/usbredir-0.4.3.ebuild index 19e99f6bbd7f..2bb1a23bdee4 100644 --- a/sys-apps/usbredir/usbredir-0.4.3.ebuild +++ b/sys-apps/usbredir/usbredir-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.4.3.ebuild,v 1.1 2012/04/16 20:03:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.4.3.ebuild,v 1.2 2012/04/16 20:07:30 ssuominen Exp $ EAPI=4 @@ -31,5 +31,5 @@ src_configure() { src_install() { default - rm -f "${ED}"/usr/lib/*/lib*.la + rm -f "${ED}"/usr/lib*/lib*.la } |