From 81118e33ae076c11c429d608e45343416add8eb1 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 15 Feb 2022 16:50:07 -0500 Subject: install this new auth.py --- extra/stackbin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/stackbin.spec') diff --git a/extra/stackbin.spec b/extra/stackbin.spec index 505878d..41bad2a 100644 --- a/extra/stackbin.spec +++ b/extra/stackbin.spec @@ -137,7 +137,7 @@ exit 0 %endif %attr(0644, %{_user}, %{_user}) %config(noreplace) %{_sysconfdir}/%{name}.conf %attr(0644, %{_user}, %{_user}) %config(noreplace) %{_sysconfdir}/%{name}.wsgi.ini -%attr(0644, %{_user}, %{_user}) %{_libexecdir}/%{name}/%{name}.py +%attr(0644, %{_user}, %{_user}) %{_libexecdir}/%{name}/*.py %attr(0755, %{_user}, %{_user}) %{_sbindir}/%{name}.bin %attr(0644, %{_user}, %{_user}) %{_appdir}/static/* %attr(0644, %{_user}, %{_user}) %{_appdir}/templates/* -- cgit