From 492256dd6f2232d28eff54d3a7fc61440659c138 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 14 Jun 2025 16:00:02 -0600 Subject: [PATCH] misc: clean unused component on src line --- helpers/make-debootstrap | 2 +- helpers/make-llvm-toolchain-19 | 2 +- helpers/make-mate-user-admin | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/make-debootstrap b/helpers/make-debootstrap index 561a5af..644dd69 100644 --- a/helpers/make-debootstrap +++ b/helpers/make-debootstrap @@ -18,7 +18,7 @@ # VERSION=7 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main' NETINST=true . ./config diff --git a/helpers/make-llvm-toolchain-19 b/helpers/make-llvm-toolchain-19 index a6a2b2b..c097abd 100644 --- a/helpers/make-llvm-toolchain-19 +++ b/helpers/make-llvm-toolchain-19 @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble universe' BACKPORTS=true . ./config diff --git a/helpers/make-mate-user-admin b/helpers/make-mate-user-admin index f2858c7..b6785ce 100644 --- a/helpers/make-mate-user-admin +++ b/helpers/make-mate-user-admin @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble main universe' +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu noble universe' . ./config