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}} desc: ${{env.description}}
- name: Build rpm package - name: Build rpm package
run: | run: |
rpmbuild -bb --build-in-place deployment/kyoo.spec mkdir out
rpmbuild -bb --buildroot ./out --build-in-place deployment/kyoo.spec
tree -a tree -a
- name: Prepare arch package - name: Prepare arch package
run: | run: |

View File

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