We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a4a51 commit 8a21aeeCopy full SHA for 8a21aee
rust.spec
@@ -373,7 +373,10 @@ sed -i -e 's#DIRECTORY=".*"#DIRECTORY="%{_datadir}/%{name}/etc"#' \
373
%if "%{_libexecdir}" != "%{_prefix}/libexec"
374
suffix="%(echo "%{_libexecdir}" | %{__sed} -e 's,^%{_prefix}/,,')"
375
%{__sed} -i -e 's,"libexec","'${suffix}'",' \
376
- src/bootstrap/dist.rs
+ src/bootstrap/src/core/download.rs \
377
+ src/bootstrap/src/core/build_steps/dist.rs \
378
+ src/bootstrap/src/core/build_steps/tool.rs
379
+%{__sed} -i -e "s,/libexec/,/${suffix}/," src/bootstrap/bootstrap.py
380
%endif
381
382
# The configure macro will modify some autoconf-related files, which upsets
0 commit comments