--- trunk/udev/make-tarball.sh 2010/09/13 14:13:09 1127 +++ trunk/udev/make-tarball.sh 2011/08/26 19:16:46 1504 @@ -19,6 +19,11 @@ mv ${temp}/${svn_module}/${svn_module}/* ${temp}/${svn_module} rm -rf ${temp}/${svn_module}/${svn_module} fi +# remove patches directory from tarball +if [[ -d ${temp}/${svn_module}/patches ]] +then + rm -r ${temp}/${svn_module}/patches +fi mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version} rm ./${tarball_prefix}-${latest_version}/make-tarball.sh find ./${tarball_prefix}-${latest_version} -name .svn | xargs rm -r