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

Big version

parent 27967a0a
No related branches found
No related tags found
No related merge requests found
Pipeline #10045 passed
...@@ -38,10 +38,10 @@ dpkg-deb -R $LINFILE target ...@@ -38,10 +38,10 @@ dpkg-deb -R $LINFILE target
cd target cd target
PVER=$(grep -Po "Version: \K.*" DEBIAN/control) 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 -e "s/Version: /Version: 1/g" DEBIAN/control -i
cd .. cd ..
dpkg-deb -b target linux-image-amd64_${PVER}+zs1_amd64.deb dpkg-deb -b target linux-image-amd64_1${PVER}+zs1_amd64.deb
rm -v $LINFILE rm -v $LINFILE
mkdir build mkdir build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment