mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +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
|
then
|
||||||
echo "+ getting common/ from cvs"
|
echo "+ getting common/ from cvs"
|
||||||
cvs co common
|
cvs co common
|
||||||
|
else
|
||||||
|
echo "+ updating common/ from cvs"
|
||||||
|
cd common; cvs -update -dP; cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
|
|
Loading…
Reference in a new issue