Skip to content
Snippets Groups Projects
Commit e9128fe2 authored by Jakob Schlyter's avatar Jakob Schlyter
Browse files

create /var/lib/simplesamlphp/cert

parent c8651d0d
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ For further information, see the documentation at https://simplesamlphp.org/docs
%install
mkdir -p %{buildroot}%{_prefix}simplesamlphp/log
mkdir -p %{buildroot}%{_prefix}simplesamlphp/data
mkdir -p %{buildroot}%{_prefix}simplesamlphp/cert
install -d %{buildroot}%{_prefix}
tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -)
......@@ -92,3 +93,4 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -)
%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/wsfed-sp-hosted.php
%dir %attr(0770, root, apache) /var/lib/simplesamlphp/log
%dir %attr(0770, root, apache) /var/lib/simplesamlphp/data
%dir %attr(0750, root, apache) /var/lib/simplesamlphp/cert
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment