summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-25 01:43:47 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-25 01:43:47 +0000
commit708a1aa20e678fbad1ca53e0cecd5f2e72b6374e (patch)
tree98ce63a6eb2f429d3d2786a1e6655bb6fb494faa /x11-base/opengl-update
parentFix the proper libdir in the .la. Cleaning out older versions. (diff)
downloadgentoo-2-708a1aa20e678fbad1ca53e0cecd5f2e72b6374e.tar.gz
gentoo-2-708a1aa20e678fbad1ca53e0cecd5f2e72b6374e.tar.bz2
gentoo-2-708a1aa20e678fbad1ca53e0cecd5f2e72b6374e.zip
Fix sed expression in copying .la files... not signifigant enough to really bump.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-base/opengl-update')
-rw-r--r--x11-base/opengl-update/files/opengl-update-2.1_pre18
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-base/opengl-update/files/opengl-update-2.1_pre1 b/x11-base/opengl-update/files/opengl-update-2.1_pre1
index 1362523c453b..9071a75cf11d 100644
--- a/x11-base/opengl-update/files/opengl-update-2.1_pre1
+++ b/x11-base/opengl-update/files/opengl-update-2.1_pre1
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.1_pre1,v 1.1 2005/01/25 01:13:34 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/files/opengl-update-2.1_pre1,v 1.2 2005/01/25 01:43:47 eradicator Exp $
# Author: Martin Schlemmer <azarah@gentoo.org>
# Further modifications by Donnie Berkholz <spyderous@gentoo.org>
# Further modifications based off submissions to bug #54984 <cyfred@gentoo.org>
@@ -211,7 +211,7 @@ ebegin "Switching to ${GL_IMPLEM} OpenGL interface"
# Fix libtool archives (#48297)
if [ "${file%.la}" != "${file}" ]; then
- sed "s:/usr/[^/]*/opengl/[^/]*/lib/:/usr/${LIBDIR}/:g" ${file} > $(basename ${file})
+ sed "s:/usr/[^/]*/opengl/[^/]*/lib:/usr/${LIBDIR}:g" ${file} > $(basename ${file})
else
ln -s ${file}
fi
@@ -228,7 +228,7 @@ ebegin "Switching to ${GL_IMPLEM} OpenGL interface"
# Fix libtool archives (#48297)
if [ "${file%.la}" != "${file}" ]; then
- sed "s:/usr/[^/]*/opengl/[^/]*/lib/:/usr/${LIBDIR}/:g" ${file} > $(basename ${file})
+ sed "s:/usr/[^/]*/opengl/[^/]*/lib:/usr/${LIBDIR}:g" ${file} > $(basename ${file})
else
ln -s ${file}
fi
@@ -245,7 +245,7 @@ ebegin "Switching to ${GL_IMPLEM} OpenGL interface"
# Fix libtool archives (#48297)
if [ "${file%.la}" != "${file}" ]; then
- sed "s:/usr/[^/]*/opengl/[^/]*/lib/:/usr/${LIBDIR}/:g" ${file} > $(basename ${file})
+ sed "s:/usr/[^/]*/opengl/[^/]*/lib:/usr/${LIBDIR}:g" ${file} > $(basename ${file})
else
ln -s ${file}
fi