From bed71618da760543143f65bc0144b0f34aaca7ec Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 24 Oct 2016 20:51:02 +1000 Subject: [PATCH] Try to fix pushd path --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index a94b203..abaabea 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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