--- common/cvs-import.sh 2011/11/03 22:44:53 1.9 +++ common/cvs-import.sh 2012/03/14 15:24:38 1.10 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: cvs-import.sh,v 1.2 2011/07/15 15:25:29 slords Exp $ +# $Id: cvs-import.sh,v 1.9 2011/11/03 22:44:53 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