We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f418d32 commit c75096fCopy full SHA for c75096f
rpm/sqlpage.spec
@@ -57,6 +57,7 @@ install -D -m 644 sqlpage.service %{buildroot}%{_unitdir}/sqlpage.service
57
install -d %{buildroot}%{_sysconfdir}/sqlpage
58
install -d %{buildroot}%{_sharedstatedir}/sqlpage
59
install -d %{buildroot}/var/www/sqlpage
60
+install -d %{buildroot}/var/log/sqlpage
61
62
install -D -m 644 sqlpage/sqlpage.json %{buildroot}%{_sysconfdir}/sqlpage/sqlpage.json
63
cp -r sqlpage/templates %{buildroot}%{_sysconfdir}/sqlpage/
0 commit comments