mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
Try to fix pushd path
This commit is contained in:
parent
f029998911
commit
bed71618da
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ rm -rf %{buildroot}%{_includedir}/netatalk/
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
install -m 755 -d %{buildroot}%{_docdir}/glibc
|
install -m 755 -d %{buildroot}%{_docdir}/glibc
|
||||||
pushd build-%{_target_cpu}-linux/html
|
pushd build-%{_target_cpu}-linux
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
make html
|
make html
|
||||||
cp -fpar manual/libc %{buildroot}%{_docdir}/glibc/html
|
cp -fpar manual/libc %{buildroot}%{_docdir}/glibc/html
|
||||||
|
|
Loading…
Add table
Reference in a new issue