diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-30 18:22:11 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-30 18:22:11 +0000 |
commit | 59eed9ebabc922c9caa50b0c0da4827858ac3258 (patch) | |
tree | bf0feaac3c3bb10caec12f1e429ae8d28650d0be /Makefile | |
parent | c4e4737fa281b32a00ef482a50ce802b4d3ab5b2 (diff) | |
download | anaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.tar.gz anaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.tar.xz anaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.zip |
more fixage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -108,7 +108,10 @@ do-beehive-build: [ x"$$tag" = x"(none)" ] && tag=HEAD; \ [ x"$$TAG" != x ] && tag=$$TAG; \ cvsroot=`cat CVS/Root |cut -d @ -f 2-` 2>/dev/null; \ - echo "*** Building $$tag from $$cvsroot!"; \ + host=`echo $$cvsroot |cut -d : -f 1`; \ + root=`echo $$cvsroot |cut -d : -f 2`; \ + cvsroot=$$host$$root ;\ + echo "*** Building $$tag from $$cvsroot!"; \ bhc $(COLLECTION) cvs://$$cvsroot?anaconda\#$$tag build: |