Fix debian build command

This commit is contained in:
Maximilian Luz 2020-07-05 03:43:24 +02:00
parent 49e11462a3
commit 4bc9591e4e
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ jobs:
run: |
cd pkg/debian/meta
./mkdebian.sh $(make -C ../kernel/linux -s kernelrelease) ${KERNEL_REVISION}
dpkg-buildpkg -b
dpkg-buildpackage -b
- name: Prepare release
run: |

View file

@ -99,7 +99,7 @@ jobs:
run: |
cd pkg/debian/meta
./mkdebian.sh $(make -C ../kernel-lts/linux -s kernelrelease) ${KERNEL_REVISION}
dpkg-buildpkg -b
dpkg-buildpackage -b
- name: Prepare release
run: |