commit: c9722d055cc0d4b640f4aaa9c501fabc433e6f13
parent 3793032b84f1bfd8d59e011d29fd48497bfc6131
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 4 Feb 2025 13:56:23 +0100
extras/pkgconf.sh: move to extras/pkgconf-lite.sh
Diffstat:
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras-build-all.sh b/extras-build-all.sh
@@ -5,7 +5,7 @@ set -ex
/extras/bearssl.sh
-/extras/pkgconf.sh
+/extras/pkgconf-lite.sh
/extras/make.sh
diff --git a/extras/iproute2.sh b/extras/iproute2.sh
@@ -7,7 +7,7 @@ die() {
}
command -v make || die "Run /extras/make.sh"
-command -v pkg-config || die "Run /extras/pkgconf.sh"
+command -v pkg-config || die "Run /extras/pkgconf-lite.sh"
tar xof /distfiles/iproute2-*.tar.gz
cd ./iproute2-*/
diff --git a/extras/pkgconf.sh b/extras/pkgconf-lite.sh
diff --git a/make-root.sh b/make-root.sh
@@ -41,7 +41,7 @@ local_distfiles="
extras/make.sh
extras/xz.sh
extras/lua.sh
- extras/pkgconf.sh
+ extras/pkgconf-lite.sh
extras/iproute2.sh
extras/bearssl.sh
extras/tiny-curl.sh