]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/lilylib.py
*** empty log message ***
[lilypond.git] / python / lilylib.py
index da2c8947de564e98c96aea384845ff1974eb3406..ec72f075f97540789e4b749655a7ae5f71ab87f1 100644 (file)
@@ -422,10 +422,10 @@ def setup_environment ():
                
                'TEXMF' : "{%s,%s}" % (datadir, texmf) ,
                
-               # FIXME: check if these can be fully reset.
-               #'GS_FONTPATH' : "", #type1_paths,
-               'GS_FONTPATH' : datadir + '/fonts/type1',
-               'GS_LIB' : datadir + '/ps',
+               # 'GS_FONTPATH' : type1_paths,
+               # 'GS_LIB' : datadir + '/ps',
+               'GS_FONTPATH' : "",
+               'GS_LIB' : "",
                }
        
        # $TEXMF is special, previous value is already taken care of