mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
don't run cvs2cl if there's no CVS dir
This commit is contained in:
parent
975d5aa8db
commit
dc736f0d57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue