Magellan Linux

Diff of /branches/magellan-next/include/cvs.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7094 by niro, Tue Sep 28 19:50:42 2010 UTC revision 7095 by niro, Tue Sep 28 20:00:48 2010 UTC
# Line 37  cvs_fetch_source() Line 37  cvs_fetch_source()
37   mv ${temp}/${MY_CVS_MODULE} ${SRCDIR} || die   mv ${temp}/${MY_CVS_MODULE} ${SRCDIR} || die
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40     # prune old cruft
41     [[ -d "${temp}" ] && { rm -r ${temp} || die; }
42    
43   # correct permissions   # correct permissions
44   find ${SRCDIR} -type f -exec chmod 0644 '{}' ';'   find ${SRCDIR} -type f -exec chmod 0644 '{}' ';'
45   find ${SRCDIR} -type d -exec chmod 0755 '{}' ';'   find ${SRCDIR} -type d -exec chmod 0755 '{}' ';'

Legend:
Removed from v.7094  
changed lines
  Added in v.7095