Remove .git in rtem-tools repo after repo name cleanup.

This fixes patch downloading.
This commit is contained in:
Amar Takhar 2013-05-17 20:55:28 -04:00
parent f28a102afb
commit 7142b8f06b

View File

@ -21,7 +21,7 @@ package: rtems-%{rtems_version}-%{_target}-%{release}
# The RTEMS http git URL.
#
%define rtems_http_git http://git.rtems.org
%define rtems_git_tools %{rtems_http_git}/rtems-tools.git/plain/tools/%{rtems_version}
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
%define rtems_binutils_patches %{rtems_git_tools}/binutils
%define rtems_gcc_patches %{rtems_git_tools}/gcc
%define rtems_newlib_patches %{rtems_git_tools}/newlib