diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-03 15:54:27 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-03 15:54:27 +0000 |
commit | 3be994c1e51a18df2bfa3933819aca7a327fa359 (patch) | |
tree | 44a76fd216e19eb2dc7c9d6484d62549a71135bc /media-libs | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-3be994c1e51a18df2bfa3933819aca7a327fa359.tar.gz gentoo-2-3be994c1e51a18df2bfa3933819aca7a327fa359.tar.bz2 gentoo-2-3be994c1e51a18df2bfa3933819aca7a327fa359.zip |
Quick fix typing error from previous commit before unmasking.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xvid/xvid-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.3.ebuild b/media-libs/xvid/xvid-1.1.3.ebuild index 0f9ca36fea8d..e95ba37684e4 100644 --- a/media-libs/xvid/xvid-1.1.3.ebuild +++ b/media-libs/xvid/xvid-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.3.ebuild,v 1.1 2007/07/03 15:25:38 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.3.ebuild,v 1.2 2007/07/03 15:54:27 drac Exp $ inherit eutils fixheadtails autotools @@ -59,7 +59,7 @@ src_install() { if use examples; then dodoc "${S}"/../../CodingStyle - insinto /usr/share/${PN}/examples + insinto /usr/share/${PN} doins -r "${S}"/../../examples fi } |