From fba3963d479d438f5e5186b74bbfda42d94d51cc Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Thu, 16 May 2024 17:45:30 +0200 Subject: [PATCH] clean curl --- scripts/dovecot/build-obs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/dovecot/build-obs.sh b/scripts/dovecot/build-obs.sh index ae0c70bb..56f4fb51 100644 --- a/scripts/dovecot/build-obs.sh +++ b/scripts/dovecot/build-obs.sh @@ -21,9 +21,9 @@ mkdir dovecot-build cd dovecot-build # taken May 6th 2024, from https://packages.debian.org/unstable/dovecot-core -curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1-3.debian.tar.xz --output dovecot_2.3.21+dfsg1-3.debian.tar.xz -curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig.tar.gz --output dovecot_2.3.21+dfsg1.orig.tar.gz -curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig-pigeonhole.tar.gz --output dovecot_2.3.21+dfsg1.orig-pigeonhole.tar.gz +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1-3.debian.tar.xz -O +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig.tar.gz -O +curl http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig-pigeonhole.tar.gz -O # Clone the Chatmail Dovecot Repo echo "Cloning the Chatmail Dovecot fork..." @@ -32,7 +32,7 @@ git clone https://github.com/chatmail/dovecot.git # Build the Package echo "Building the package..." cd dovecot -# debuild -us -uc +debuild -us -uc # Setting up OSC cd $OBS_PATH