chroot-curl: Remove.

This commit is contained in:
Michael Aldridge 2023-07-08 15:21:28 -05:00 committed by Michael Aldridge
parent 4ca41392a4
commit 238803da00
2 changed files with 0 additions and 9 deletions

View file

@ -1 +0,0 @@
curl

View file

@ -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
}
}