Fixing the %files part of the spec file

This commit is contained in:
Zoe Roux 2021-04-12 22:55:44 +02:00
parent 77ce82c1e3
commit 359b07e3ab

View File

@ -17,7 +17,10 @@ cp -a pkg/. %{buildroot}
rm -rf %{buildroot}
%files
*
/usr/lib/kyoo
/usr/lib/systemd/system/*
/usr/lib/sysusers.d/kyoo.conf
/usr/lib/tmpfiles.d/kyoo.conf
%post:
sudo -u postgres psql << "EOF"