From b99938628f2b50ee72d3d23142f9286ff951e514 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 16 Aug 2024 20:30:12 +0300 Subject: [PATCH] Fix logo --- SPECS/nginx.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/nginx.spec b/SPECS/nginx.spec index e9fc830..c5e1eb2 100644 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -345,8 +345,8 @@ install -p -d -m 0755 %{buildroot}%{nginx_moduledir} install -p -m 0644 ./nginx.conf \ %{buildroot}%{_sysconfdir}/nginx -#install -p -m 0644 %{SOURCE102} \ -# %{buildroot}%{_datadir}/nginx/html +install -p -m 0644 %{SOURCE102} \ + %{buildroot}%{_datadir}/nginx/html pushd %{buildroot}%{_datadir}/nginx/html/ ln -s ../../pixmaps/test-page-background.png . ln -sf ../../testpage/index.html .