From 396f3e4398e432424d8896a4fc08036dd3d2b62f Mon Sep 17 00:00:00 2001 From: Pavel Vondruska <dexter.cz@gmail.com> Date: Fri, 26 May 2023 14:47:46 +0200 Subject: [PATCH] pridani verze debianu do nazvu balicku --- make.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make.sh b/make.sh index 488d520..ff58c32 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,7 @@ #!/bin/bash -x +. /etc/os-release + cat > /etc/apt/sources.list << EOSOURCES deb http://ftp.zcu.cz/pub/linux/debian bookworm main contrib non-free deb http://ftp.zcu.cz/pub/linux/debian bookworm-updates main contrib non-free @@ -15,6 +17,7 @@ apt install git devscripts build-essential libkrb5-dev apache2-dev dh-apache2 qu dget https://deb.debian.org/debian/pool/main/liba/libapache-mod-auth-kerb/libapache-mod-auth-kerb_5.4-2.5.dsc cd libapache-mod-auth-kerb-5.4 +sed "1 s/)/+deb${VERSION_ID})/" debian/changelog -i dpkg-buildpackage -uc -us -b cd .. -- GitLab