fix a typo in the repack script

This commit is contained in:
Sylvestre Ledru 2016-08-09 08:48:31 +00:00
parent c5ab781e10
commit cfc2747c11

2
debian/orig-tar.sh vendored
View File

@ -85,7 +85,7 @@ checkout_sources() {
if test -n "$BRANCH"; then
svn co $URL $DEST
else
svn co -r $REVISION $URL $DIST
svn co -r $REVISION $URL $DEST
fi
fi
rm -rf ../$TARGET