summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdeda424d..b8a1a2a45 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ do-beehive-build:
@tag=`cvs status Makefile | awk ' /Sticky Tag/ { print $$3 } '` 2> /dev/null; \
[ x"$$tag" = x"(none)" ] && tag=HEAD; \
[ x"$$TAG" != x ] && tag=$$TAG; \
- cvsroot=`cat CVS/Root` 2>/dev/null; \
+ cvsroot=`cat CVS/Root |cut -d @ -f 2-` 2>/dev/null; \
echo "*** Building $$tag from $$cvsroot!"; \
bhc $(COLLECTION) cvs://$$cvsroot?anaconda\#$$tag