diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 19:08:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 19:08:36 +0000 |
commit | f102f2728bbb5cf98b5b6f78e76f017df4c657de (patch) | |
tree | 9d62f876250b9b6c06c9c9de62414d8081202619 /media-libs/mesa/mesa-7.8.2.ebuild | |
parent | Fixed location of the loader binary so udev can find it. (diff) | |
download | gentoo-2-f102f2728bbb5cf98b5b6f78e76f017df4c657de.tar.gz gentoo-2-f102f2728bbb5cf98b5b6f78e76f017df4c657de.tar.bz2 gentoo-2-f102f2728bbb5cf98b5b6f78e76f017df4c657de.zip |
Drop old. Remove remains of .la files.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa/mesa-7.8.2.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-7.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild index 8defd141a2e4..377c0954a9eb 100644 --- a/media-libs/mesa/mesa-7.8.2.ebuild +++ b/media-libs/mesa/mesa-7.8.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/media-libs/mesa/mesa-7.8.2.ebuild,v 1.7 2010/07/22 15:48:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.8 2010/08/03 19:08:35 scarabeus Exp $ EAPI=3 @@ -198,7 +198,7 @@ src_install() { ebegin "Moving libGL and friends for dynamic switching" dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/{lib,extensions,include} local x - for x in "${D}"/usr/$(get_libdir)/libGL.{la,a,so*}; do + for x in "${D}"/usr/$(get_libdir)/libGL.{a,so*}; do if [ -f ${x} -o -L ${x} ]; then mv -f ${x} "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/lib \ || die "Failed to move ${x}" |