From 2d0ad316321a9fcf93c14c404f29e42b461c952e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 18 Sep 2016 17:37:49 +0200 Subject: [PATCH] Public directory required for passenger. --- NOW.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NOW.spec b/NOW.spec index 8253871..b19718f 100644 --- a/NOW.spec +++ b/NOW.spec @@ -70,7 +70,7 @@ Documentation for %{name}. %install -mkdir -p %{buildroot}%{app_root}/ +mkdir -p %{buildroot}%{app_root}/public mkdir -p %{buildroot}/etc/httpd/conf.d/ mkdir -p %{buildroot}%{_pkgdocdir}/ cp -r * %{buildroot}%{app_root}/ @@ -118,6 +118,7 @@ fi %config(noreplace) /etc/httpd/conf.d/%{name}.conf %{app_root}/models/ %{app_root}/lib/ +%{app_root}/public/ %{app_root}/templates/ %{app_root}/config.ru %{app_root}/*.rb -- 1.8.2.3