Ticket #13985: patch-python25-select.diff

File patch-python25-select.diff, 664 bytes (added by raimue (Rainer Müller), 16 years ago)
  • Users/Raim/src/macports/trunk/dports/lang/python25/Portfile

     
    5858    }
    5959    move ${destroot}${prefix}/share/man/man1/python.1 \
    6060        ${destroot}${prefix}/share/man/man1/python${branche}.1
     61
     62    # install select file for python_select
     63    xinstall -m 755 -d ${destroot}${prefix}/etc/select/python
     64    xinstall -m 644 ${filespath}/python25 ${destroot}${prefix}/etc/select/python/
    6165}
    6266
    6367platform darwin 7 {