Remove the _bindir from the path as it breaks on MacOS with python enabled.

This commit is contained in:
Chris Johns
2012-11-14 13:45:52 +11:00
parent 40bab3f709
commit 0a48c8a1a9

View File

@@ -29,7 +29,7 @@ cd gdb-%{gdb_version}
cd ..
%build
export PATH="%{_bindir}:${PATH}"
# export PATH="%{_bindir}:${PATH}"
mkdir -p build
cd build
%if "%{_build}" != "%{_host}"