mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 23:12:48 +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
|
||||
install -m 755 -d %{buildroot}%{_docdir}/glibc
|
||||
pushd build-%{_target_cpu}-linux/html
|
||||
pushd build-%{_target_cpu}-linux
|
||||
%if %{with doc}
|
||||
make html
|
||||
cp -fpar manual/libc %{buildroot}%{_docdir}/glibc/html
|
||||
|
|
Loading…
Add table
Reference in a new issue