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
commitda746fc17b50cb227e7ac96cde314825c7122a4f (patch)
tree035f7278ceba994104abd00aa890ef5e6a9bfde3 /x11-base/opengl-update
parentFix the proper libdir in the .la. Cleaning out older versions. (diff)
downloadhistorical-da746fc17b50cb227e7ac96cde314825c7122a4f.tar.gz
historical-da746fc17b50cb227e7ac96cde314825c7122a4f.tar.bz2
historical-da746fc17b50cb227e7ac96cde314825c7122a4f.zip
Fix sed expression in copying .la files... not signifigant enough to really bump.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'x11-base/opengl-update')
-rw-r--r--x11-base/opengl-update/Manifest8
-rw-r--r--x11-base/opengl-update/files/opengl-update-2.1_pre18
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-base/opengl-update/Manifest b/x11-base/opengl-update/Manifest
index 54de5ac40d98..b059fc575308 100644
--- a/x11-base/opengl-update/Manifest
+++ b/x11-base/opengl-update/Manifest
@@ -15,13 +15,13 @@ MD5 745fdf145b2e08f0c996a3ca40b1ca16 files/digest-opengl-update-2.0_pre4-r1 64
MD5 0ca46fbf32086f062609ee83fc042c87 files/opengl-update-1.5 3774
MD5 bd56a074f4d53f9ff26e828e0a34cbf3 files/opengl-update-1.7.2 4975
MD5 17ebb42dcebb9fcf0d717b135586fca3 files/opengl-update-1.8.2 8303
-MD5 54a36998c154d8f5b6958956ff15d555 files/opengl-update-2.1_pre1 7471
+MD5 a85413de6dcf27a5f354eb9972b535ce files/opengl-update-2.1_pre1 7465
MD5 976b6bf00cfdfeaa6cdadbfd49cd2e95 files/opengl-update-2.0_pre4 9755
MD5 745fdf145b2e08f0c996a3ca40b1ca16 files/digest-opengl-update-2.1_pre1 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFB9Z1wArHZZzCEUG0RAvZTAJ9ZnwzhTWkfM25gVuYsQyQyHMqnEACeLyrH
-vyIvaZdkytqsJfvBILkrZKE=
-=Zyhm
+iD8DBQFB9aRdArHZZzCEUG0RAhKhAJ9L4BHjJKaH6+gJYy68fHjp2y/tRgCfa/aC
+cLNaOI4vn3b8PYTSmq2o4No=
+=iv9s
-----END PGP SIGNATURE-----
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