From ff6ce834fa69eed3880d0f7d3b416f1b2a763484 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 10 Oct 2022 14:10:08 -0400 Subject: [PATCH] curl: move chroot- subpkg to bootstrap repo --- srcpkgs/curl/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 5442ecfaca4..6f70942f883 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -88,6 +88,7 @@ libcurl-devel_package() { chroot-curl_package() { short_desc+=" - for build infra use" + repository=bootstrap pkg_install() { vbin $DESTDIR/usr/bin/curl chroot-curl }