„builder“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
thorsten.spille 2022-06-11 23:00:31 +02:00
parent 8fc17e1f8e
commit 821dc50ecb

View File

@ -77,6 +77,8 @@ echo "$(date) building deb package..."
dpkg-deb --build $deb_package
rm -r $src_dir/$dl_name-$version
rm -r $build_dir/$deb_package
cp $build_dir/$deb_package.deb /root/
echo "Build succeeded! You can find the .deb package at: $build_dir/$deb_package.deb"
echo "Build succeeded! You can find the .deb package at: /root/$deb_package.deb"
exit 0