[eclipse-cdt] Fix typo for skipTychoVersionCheck option.

Jeff Johnston jjohnstn at fedoraproject.org
Thu Apr 11 16:35:19 UTC 2013


commit 251ac673b1f281ea95e313cbcaabb13b5bc2b28f
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Thu Apr 11 12:34:45 2013 -0400

    Fix typo for skipTychoVersionCheck option.

 eclipse-cdt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index cb67e3e..a705fb7 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -233,7 +233,7 @@ mkdir -p .m2/p2/repo-sdk/plugins
 cp -d  $SDK/features/*.jar .m2/p2/repo-sdk/features
 cp -d $SDK/plugins/*.jar .m2/p2/repo-sdk/plugins
 
-mvn-rpmbuild -DskiptychoVersionCheck -Dmaven.test.skip=true -DforceContextQualifier=%{libhover_build_id} -fae clean install
+mvn-rpmbuild -DskipTychoVersionCheck -Dmaven.test.skip=true -DforceContextQualifier=%{libhover_build_id} -fae clean install
 
 pushd releng/org.eclipse.linuxtools.releng-site/target/repository/features
 for f in `ls -1 . | grep jar$`; do


More information about the scm-commits mailing list