Magellan Linux

Diff of /tags/udev-173-r2/make-tarball.sh

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

revision 1506 by niro, Fri Aug 26 19:17:35 2011 UTC revision 1507 by niro, Fri Aug 26 19:18:53 2011 UTC
# Line 22  fi Line 22  fi
22  # remove patches directory from tarball  # remove patches directory from tarball
23  if [[ -d ${temp}/${svn_module}/patches ]]  if [[ -d ${temp}/${svn_module}/patches ]]
24  then  then
25   rm -r ${temp}/${svn_module}/patches   rm -rf ${temp}/${svn_module}/patches
26  fi  fi
27  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}
28  rm ./${tarball_prefix}-${latest_version}/make-tarball.sh  rm ./${tarball_prefix}-${latest_version}/make-tarball.sh

Legend:
Removed from v.1506  
changed lines
  Added in v.1507