Magellan Linux

Diff of /tags/openglupdate-2_3_6/opengl-update.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/opengl-update/opengl-update.in revision 1995 by niro, Wed Dec 19 10:57:22 2012 UTC tags/openglupdate-2_3_6/opengl-update.in revision 2068 by niro, Thu Mar 7 13:37:21 2013 UTC
# Line 243  set_new_implementation() Line 243  set_new_implementation()
243   # First remove old symlinks   # First remove old symlinks
244   for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la}   for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la}
245   do   do
246     # exclude libGLU
247     [[ ${file} = libGLU.so ]] && continue
248   [[ -h ${file} ]] && rm -f ${file}   [[ -h ${file} ]] && rm -f ${file}
249   done   done
250    
# Line 271  set_new_implementation() Line 273  set_new_implementation()
273   # First remove old symlinks   # First remove old symlinks
274   for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la}   for file in lib{EGL,GL*,OpenVG}{,core}.{so,dylib,a,la}
275   do   do
276     # exclude libGLU
277     [[ ${file} = libGLU.so ]] && continue
278   [[ -h ${file} ]] && rm -f ${file}   [[ -h ${file} ]] && rm -f ${file}
279   done   done
280    

Legend:
Removed from v.1995  
changed lines
  Added in v.2068