bring in line with others

Original commit message from CVS:
bring in line with others
This commit is contained in:
Thomas Vander Stichele 2005-09-27 08:47:56 +00:00
parent 3cb9ef6234
commit 82a68dc5ad

View file

@ -6,12 +6,14 @@ package=gstreamer
srcfile=gst/gst.c
# a quick cvs co to ease the transition
if test ! -d common; then
if test -f CVS/Tag; then
# get everything from CVS/Tag from second character on
if test ! -d common;
then
echo "+ getting common/ from cvs"
if test -e CVS/Tag
then
TAG="-r `tail -c +2 CVS/Tag`"
fi
echo "+ getting common from cvs"; cvs co $TAG common
cvs co $TAG common
fi
# source helper functions