Fix permissions, R inotifywait

master
Mikhail Novosyolov 2 years ago
parent 9266d83336
commit c94b43729c
  1. 7
      .gear/doskast.spec

@ -18,8 +18,10 @@ Cast screen
%package board
Summary: Doskast for server (board)
Group: Graphical desktop/Other
Requires: %{_bindir}/inotifywait
Requires: xpra
Requires: httpd
Requires: apache2-base
Requires(pre): apache2-base
%description board
%summary
@ -28,6 +30,7 @@ Requires: httpd
/var/www/cgi-bin/doskast-trigger-connect.cgi
%{_bindir}/doskast-server-watcher
/etc/xdg/autostart/doskast-server-watcher.desktop
%attr(0775,root,apache2) /var/spool/doskast
#--------------------------------------------------------------
@ -59,3 +62,5 @@ Requires: curl
%install
desktop-file-validate *.desktop
%makeinstall_std
mkdir -p %{buildroot}/var/spool/doskast

Loading…
Cancel
Save