Changes between Version 79 and Version 80 of VincentFAQ


Ignore:
Timestamp:
Apr 26, 2006, 10:56:05 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v79 v80  
    265265Just type "cmt help" in your shell to have an exhaustive list.
    266266
     267=== how can I regenerate "setup.sh" files while keeping *setup.make files intact ? ===
     268
     269{{{
     270> cmt broadcast 'cmt_relocate.sh <package_cmtpath>'
     271}}}
     272
     273where cmt_relocate.sh is the following shell script:
     274
     275{{{
     276--------------------------------------------------------
     277newpath=$1
     278
     279sed -e "s#[-]path=[^ ]*[ ]#-path=${newpath}#" setup.sh >t$$; mv t$$ setup.sh
     280sed -e "s#[-]path=[^ ]*[ ]#-path=${newpath}#" setup.csh >t$$; mv t$$ setup.csh
     281--------------------------------------------------------
     282}}}
     283
     284
    267285== developers FAQ ==
    268286