don't run cvs2cl if there's no CVS dir

This commit is contained in:
Bill Currie 2002-10-01 05:17:25 +00:00
parent 975d5aa8db
commit dc736f0d57
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ top_srcdir=@top_srcdir@
top_builddir=..
mkdir -p RPMS/{noarch,i386,i686}
make -C $top_builddir changelog
test -d $top_srcdir/CVS && make -C $top_builddir changelog
make -C $top_builddir dist
cat > rpmmacros <<EOF
%_topdir $PWD