--- tags/udev-173-r2/make-tarball.sh 2011/08/26 19:18:31 1506 +++ tags/udev-173-r2/make-tarball.sh 2011/08/26 19:18:53 1507 @@ -22,7 +22,7 @@ # remove patches directory from tarball if [[ -d ${temp}/${svn_module}/patches ]] then - rm -r ${temp}/${svn_module}/patches + rm -rf ${temp}/${svn_module}/patches fi mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version} rm ./${tarball_prefix}-${latest_version}/make-tarball.sh