source: projects/specs/trunk/t/texlive/texlive-20130919-set-selfautoparent-vine.patch @ 7810

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

update all of TeX Live 2013 packages to texlive-source-20130919 2014/dev + TLNET 20130919

  • 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.