Magellan Linux

Diff of /branches/R11-stable/include/cvs.sminc

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

branches/magellan-next/include/cvs.sminc revision 7095 by niro, Tue Sep 28 20:00:48 2010 UTC branches/R11-stable/include/cvs.sminc revision 19316 by niro, Tue Sep 3 15:52:00 2013 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 38  cvs_fetch_source() Line 38  cvs_fetch_source()
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40   # prune old cruft   # prune old cruft
41   [[ -d "${temp}" ] && { rm -r ${temp} || die; }   [ -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 '{}' ';'

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