public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] eselect r724 - trunk/extern/modules
@ 2009-11-13 21:32 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-13 21:32 UTC (permalink / raw
  To: gentoo-commits

Author: scarabeus
Date: 2009-11-13 21:32:38 +0000 (Fri, 13 Nov 2009)
New Revision: 724

Modified:
   trunk/extern/modules/opengl.eselect
Log:
Fix the stupid typo. {la} != la :]

Modified: trunk/extern/modules/opengl.eselect
===================================================================
--- trunk/extern/modules/opengl.eselect	2009-11-13 20:30:43 UTC (rev 723)
+++ trunk/extern/modules/opengl.eselect	2009-11-13 21:32:38 UTC (rev 724)
@@ -78,7 +78,7 @@
 
 	pushd "${target}" &> /dev/null
 		# Note that lafiles are removed here and never enabled again
-		for file in libGL{,core}.{la} ; do
+		for file in libGL{,core}.la ; do
 			rm -f "${file}"* || die -q "Failed to delete ${file}"
 		done
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-13 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 21:32 [gentoo-commits] eselect r724 - trunk/extern/modules Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox