Skip to content

Commit 6f436b1

Browse files
committed
- updated libexecdir sed
1 parent 98f3eec commit 6f436b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,7 @@ sed -i -e 's#DIRECTORY=".*"#DIRECTORY="%{_datadir}/%{name}/etc"#' \
373373
%if "%{_libexecdir}" != "%{_prefix}/libexec"
374374
suffix="%(echo "%{_libexecdir}" | %{__sed} -e 's,^%{_prefix}/,,')"
375375
%{__sed} -i -e 's,"libexec","'${suffix}'",' \
376-
src/bootstrap/dist.rs \
377-
src/tools/cargo/src/cargo/util/auth.rs
378-
%{__sed} -i -e 's,libexec/,'${suffix}'/,' src/tools/cargo/tests/testsuite/credential_process.rs
376+
src/bootstrap/dist.rs
379377
%endif
380378

381379
# The configure macro will modify some autoconf-related files, which upsets

0 commit comments

Comments
 (0)