mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
more changes
Original commit message from CVS: more changes
This commit is contained in:
parent
004f187d98
commit
c41e72e8f0
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if test ! -d common;
|
|||
then
|
||||
echo "+ getting common/ from cvs"
|
||||
cvs co common
|
||||
else
|
||||
echo "+ updating common/ from cvs"
|
||||
cd common; cvs -update -dP; cd ..
|
||||
fi
|
||||
|
||||
# source helper functions
|
||||
|
|
Loading…
Reference in a new issue