Skip to content
Snippets Groups Projects
Commit 27967a0a authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Better filename, delete original

parent aa39ea9c
No related branches found
No related tags found
No related merge requests found
Pipeline #10026 passed
build:bullseye: build:bookworm:
cache: [] cache: []
image: debian:bookworm image: debian:bookworm
script: script:
......
...@@ -41,7 +41,8 @@ PVER=$(grep -Po "Version: \K.*" DEBIAN/control) ...@@ -41,7 +41,8 @@ PVER=$(grep -Po "Version: \K.*" DEBIAN/control)
sed -e "s/${PVER}/${PVER}+zs1"/g -e "s/\(linux-image-.*-amd64\)/\1-unsigned"/g DEBIAN/control -i sed -e "s/${PVER}/${PVER}+zs1"/g -e "s/\(linux-image-.*-amd64\)/\1-unsigned"/g DEBIAN/control -i
cd .. cd ..
dpkg-deb -b target linux-image-amd64.deb dpkg-deb -b target linux-image-amd64_${PVER}+zs1_amd64.deb
rm -v $LINFILE
mkdir build mkdir build
mv *.deb build/ mv *.deb build/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment