Magellan Linux

Diff of /smage/trunk/core/ica-client/ica-client-11.100-r1.smage2

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

revision 390 by niro, Mon May 3 12:01:30 2010 UTC revision 391 by niro, Thu May 6 17:28:05 2010 UTC
# Line 91  mcore_generic_src_install() Line 91  mcore_generic_src_install()
91   mlink /opt/ica-client/npica.so /usr/$(mlibdir)/nsbrowser/plugins/npica.so || die   mlink /opt/ica-client/npica.so /usr/$(mlibdir)/nsbrowser/plugins/npica.so || die
92    
93   # install wrappers to prevent slowdowns with other locales than 'C'   # install wrappers to prevent slowdowns with other locales than 'C'
94   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfcmgr $*' > ${BINDIR}/usr/bin/wfcmgr || die   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfcmgr.bin $*' > ${BINDIR}/usr/bin/wfcmgr || die
95   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfica $*' > ${BINDIR}/usr/bin/wfica || die   echo 'env LC_ALL="" LANG="" /opt/ica-client/wfica $*' > ${BINDIR}/usr/bin/wfica || die
96   mchmod 0755 /usr/bin/wfcmgr || die   mchmod 0755 /usr/bin/wfcmgr || die
97   mchmod 0755 /usr/bin/wfica || die   mchmod 0755 /usr/bin/wfica || die

Legend:
Removed from v.390  
changed lines
  Added in v.391