mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:08:06 +02:00
* put cvsfiles in outputdir
This commit is contained in:
parent
339fed5022
commit
724984f3f0
@ -24,7 +24,7 @@ mkdir buildsrc
|
||||
cd buildsrc
|
||||
cvs -z3 checkout -r $CVSTAG fpc
|
||||
|
||||
find -name CVS -type d | xargs tar --remove-files cvf CVSfiles.tar.gz
|
||||
find -name CVS -type d | xargs tar --remove-files cvf $OUTPUTDIR/CVSfiles-$1.tar.gz
|
||||
|
||||
rm -f $OUTPUTDIR/$PACKNAME.tar.gz $OUTPUTDIR/$PACKNAME.zip
|
||||
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
||||
|
Loading…
Reference in New Issue
Block a user