Ignore:
Timestamp:
Sep 7, 2011, 8:01:46 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: remove legacy config.sys setup on first install, old stuffs breaks environment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python.spec

    r168 r194  
    336336
    337337#%postun libs -p /sbin/ldconfig
     338
     339
     340%post
     341if [ "$1" = 1 ] ; then
     342#execute only on first install
     343%cube {DELLINE "SET PYTHONPATH="} c:\config.sys > NUL
     344%cube {DELLINE "SET PYTHONHOME="} c:\config.sys > NUL
     345fi
    338346
    339347
Note: See TracChangeset for help on using the changeset viewer.