Codebase list texlive-bin / 17e5319
allow for different origin in make-orig-tar Norbert Preining 10 years ago
1 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00
1
2 svnroot=/src/TeX/texlive-svn/Build
1 if [ -n "$1" ] ; then
2 svnroot="$1"
3 else
4 svnroot=/src/TeX/texlive-svn/Build/source
5 fi
36 baseyear=2013
47
58 svni=$(cd $svnroot ; svn info | grep ^Revision | awk '{print$2}')
1114 exit 1
1215 fi
1316 echo "copying"
14 cp -a $svnroot/source $verstr
17 cp -a $svnroot $verstr
1518 rm -rf $verstr/inst
1619 rm -rf $verstr/Work
1720 rm -rf $verstr/utils/biber/bin