From a796096449fec2a6279d27eff4f062c4bc22ab9a Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 8 Jul 2023 15:21:28 -0500 Subject: [PATCH] chroot-curl: Remove. --- srcpkgs/chroot-curl | 1 - srcpkgs/curl/template | 8 -------- 2 files changed, 9 deletions(-) delete mode 120000 srcpkgs/chroot-curl diff --git a/srcpkgs/chroot-curl b/srcpkgs/chroot-curl deleted file mode 120000 index 8b258ec33430..000000000000 --- a/srcpkgs/chroot-curl +++ /dev/null @@ -1 +0,0 @@ -curl \ No newline at end of file diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index df7d4ed01555..5711d0177ca4 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -85,11 +85,3 @@ libcurl-devel_package() { vmove usr/lib/pkgconfig } } - -chroot-curl_package() { - short_desc+=" - for build infra use" - repository=bootstrap - pkg_install() { - vbin $DESTDIR/usr/bin/curl chroot-curl - } -}