Fix RTEMS Tools source symlink generation.

Updates #2495.
This commit is contained in:
Patrick Gauvin 2016-01-24 19:07:22 -05:00 committed by Gedare Bloom
parent 436ec884a8
commit aa3fdad01a

View File

@ -22,12 +22,11 @@ License: BSD-2-Caluse + GPL-2.0
build_top=$(pwd)
rtems_tools_source="rtems-tools-%{rtems_tools_version}"
source_dir_rtems_tools=${rtems_tools_source}
%source setup rtems-tools -q -n ${rtems_tools_source}
%patch setup rtems-tools -p1
source_dir_rtems_tools=${rtems_tools_source}
cd ${build_top}
%build