--- common/cvs-import.sh 2011/11/03 22:47:20 1.8 +++ common/cvs-import.sh 2012/03/14 15:25:11 1.9 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: cvs-import.sh,v 1.9 2011/11/03 22:44:53 slords Exp $ +# $Id: cvs-import.sh,v 1.8 2011/11/03 22:47:20 slords Exp $ shopt -s nocasematch @@ -320,7 +320,7 @@ read cvs -Q update && \ echo "cvs commit..." && \ cvs -Q commit ${MESSAGE:+-m "$MESSAGE"} && echo "Commit Complete" && \ - cd ${BRANCH} && make tag && echo "Tagging '${TAG}' complete." + cd ${BRANCH} && cvs tag ${TAG} && echo "Tagging '${TAG}' complete." # Clean up CleanUp