mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:29:14 +02:00
+ Fixed tar command. Needs hyphen
This commit is contained in:
parent
edf83ce886
commit
664a859918
@ -24,7 +24,7 @@ mkdir buildsrc
|
||||
cd buildsrc
|
||||
cvs -z3 checkout -r $CVSTAG fpc
|
||||
|
||||
find -name CVS -type d | xargs tar --remove-files cvf $OUTPUTDIR/CVSfiles-$1.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