Magellan Linux

Diff of /trunk/udev/make-tarball.sh

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

revision 1503 by niro, Mon Sep 13 14:13:09 2010 UTC revision 1504 by niro, Fri Aug 26 19:16:46 2011 UTC
# Line 19  then Line 19  then
19   mv ${temp}/${svn_module}/${svn_module}/* ${temp}/${svn_module}   mv ${temp}/${svn_module}/${svn_module}/* ${temp}/${svn_module}
20   rm -rf ${temp}/${svn_module}/${svn_module}   rm -rf ${temp}/${svn_module}/${svn_module}
21  fi  fi
22    # remove patches directory from tarball
23    if [[ -d ${temp}/${svn_module}/patches ]]
24    then
25     rm -r ${temp}/${svn_module}/patches
26    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
29  find ./${tarball_prefix}-${latest_version} -name .svn | xargs rm -r  find ./${tarball_prefix}-${latest_version} -name .svn | xargs rm -r

Legend:
Removed from v.1503  
changed lines
  Added in v.1504