Readding a buildroot

This commit is contained in:
Zoe Roux 2021-04-12 21:56:04 +02:00
parent 16d60d920e
commit 371740c521
2 changed files with 3 additions and 2 deletions

View File

@ -84,7 +84,8 @@ jobs:
desc: ${{env.description}}
- name: Build rpm package
run: |
rpmbuild -bb --build-in-place deployment/kyoo.spec
mkdir out
rpmbuild -bb --buildroot ./out --build-in-place deployment/kyoo.spec
tree -a
- name: Prepare arch package
run: |

View File

@ -11,7 +11,7 @@ Requires: postgresql-server
A media browser
%install
cp -a * %{buildroot}
cp -a pkg/. %{buildroot}
%clean
rm -rf %{buildroot}