source: projects/specs/trunk/t/texlive/texlive-20131101-set-selfautoparent-vine.patch @ 7951

Revision 7951, 602 bytes checked in by munepi, 11 years ago (diff)

tlnet 20131101

  • texlive-source-20130624/texk/kpathsea/progname.c

    old new  
    663663  kpathsea_xputenv (kpse, "SELFAUTOLOC", fix_selfdir (sdir)); 
    664664  sdir_parent = xdirname (sdir); 
    665665  kpathsea_xputenv (kpse, "SELFAUTODIR", fix_selfdir (sdir_parent)); 
    666   sdir_grandparent = xdirname (sdir_parent); 
     666  // sdir_grandparent = xdirname (sdir_parent); 
     667  sdir_grandparent = strdup("/usr/share"); 
    667668  kpathsea_xputenv (kpse, "SELFAUTOPARENT", fix_selfdir (sdir_grandparent)); 
    668669 
    669670#if defined(WIN32) || defined(__CYGWIN__) 
Note: See TracBrowser for help on using the repository browser.