mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
more changes
Original commit message from CVS: more changes
This commit is contained in:
parent
3a6a66c34a
commit
b968efd71b
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