summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 21:23:15 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 21:23:15 +0000
commit66e41376ff917cee0b0a341d020e9a21256193da (patch)
treeba38a0e7dd6a1fcb47037cfdd1c5b3200fab2691 /Makefile
parent128e0eb825d29e16e40b46510ed19f951c7e8037 (diff)
downloadanaconda-66e41376ff917cee0b0a341d020e9a21256193da.tar.gz
anaconda-66e41376ff917cee0b0a341d020e9a21256193da.tar.xz
anaconda-66e41376ff917cee0b0a341d020e9a21256193da.zip
more fixes
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