Magellan Linux

Diff of /trunk/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 7239 by niro, Mon Oct 11 21:42:27 2010 UTC
# Line 9  MY_CVS_OPTS="" Line 9  MY_CVS_OPTS=""
9  CVSROOT=""  CVSROOT=""
10    
11  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
12   >= dev-util/subversion-1   >= dev-util/cvs-1
13   >= sys-apps/util-linux-2" # needed for mcookie   >= sys-apps/util-linux-2" # needed for mcookie
14    
15  cvs_fetch_source()  cvs_fetch_source()
# 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.7239