Skip to content

Commit

Permalink
Item2106: autobuild-deb broken by svn cleanup. Use same as build_deb.sh
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@5045 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DrakeDiedrich authored and DrakeDiedrich committed Sep 20, 2009
1 parent da430d6 commit 72c28ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/pkg/autobuild-deb.sh
Expand Up @@ -74,7 +74,7 @@ tar zxf Foswiki-${tarversion}.tgz -C ${tmpdir}
cp -r debian ${tmpdir}/Foswiki-${tarversion}/debian
cd ${tmpdir}/Foswiki-${tarversion}
#clean out svn dirs
find debian -type d -name .svn -exec rm -rf {} \;
find . -name .svn -exec rm -rf '{}' \;

DEBFULLNAME="Foswiki Autobuilder" \
DEBEMAIL="foswiki-discuss@lists.sourceforge.net" \
Expand Down

0 comments on commit 72c28ee

Please sign in to comment.