mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
more changes
Original commit message from CVS: more changes
This commit is contained in:
parent
8e4f87279e
commit
428d71bb17
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