commit build of 8.41.0

and update make 'buildupstream' make target to work again

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2023-05-23 09:25:52 +02:00 committed by Thomas Lamprecht
parent f2a92ac62f
commit 6d6b6a34f8
2 changed files with 22438 additions and 43996 deletions

View File

@ -60,7 +60,7 @@ ${BUILDSRC}: ${UPSTREAM} patches
cd $@.tmp; rm -rf .pc ./patches
mv $@.tmp $@
cd $@; npm install
cd $@; npm run webpack
cd $@; npm run build:webpack
.PHONY: upload
upload: ${DEB}

File diff suppressed because one or more lines are too long