commit: 495a88ae2eb8f253de3c1e2a6a6586fbd40ca816
parent 3a4cbf81dda47ff418b7a29ee78d77b876ce410d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 5 Jan 2025 07:38:46 +0100
extras: update die messages for /bootstrap-*.sh to /extras/*.sh
Diffstat:
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/extras/e2fsprogs.sh b/extras/e2fsprogs.sh
@@ -6,7 +6,7 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
+command -v make || die "Run /extras/make.sh"
tar xof /distfiles/e2fsprogs-*.tar.gz
cd ./e2fsprogs-*/
diff --git a/extras/gettext-tiny.sh b/extras/gettext-tiny.sh
@@ -6,7 +6,7 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
+command -v make || die "Run /extras/make.sh"
tar xof /distfiles/gettext-tiny-*.tar.gz
cd gettext-tiny-*/
diff --git a/extras/git.sh b/extras/git.sh
@@ -6,9 +6,9 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
-command -v curl || die "Run /bootstrap-tiny-curl.sh"
-command -v msgfmt || die "Run /bootstrap-gettext-tiny.sh"
+command -v make || die "Run /extras/make.sh"
+command -v curl || die "Run /extras/tiny-curl.sh"
+command -v msgfmt || die "Run /extras/gettext-tiny.sh"
tar xof /distfiles/git-*.tar.gz
cd git-*/
diff --git a/extras/iproute2.sh b/extras/iproute2.sh
@@ -6,8 +6,8 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
-command -v pkg-config || die "Run /bootstrap-pkgconf.sh"
+command -v make || die "Run /extras/make.sh"
+command -v pkg-config || die "Run /extras/pkgconf.sh"
tar xof /distfiles/iproute2-*.tar.gz
cd ./iproute2-*/
diff --git a/extras/mdevd.sh b/extras/mdevd.sh
@@ -6,8 +6,8 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
-test -f /usr/lib/libskarnet.so || die "Run /bootstrap-skalibs.sh"
+command -v make || die "Run /extras/make.sh"
+test -f /usr/lib/libskarnet.so || die "Run /extras/skalibs.sh"
tar xof /distfiles/mdevd-*.tar.gz
cd mdevd-*/
diff --git a/extras/skalibs.sh b/extras/skalibs.sh
@@ -6,7 +6,7 @@ die() {
exit 1
}
-command -v make || die "Run /bootstrap-make.sh"
+command -v make || die "Run /extras/make.sh"
tar xof /distfiles/skalibs-*.tar.gz
cd skalibs-*/
diff --git a/extras/tiny-curl.sh b/extras/tiny-curl.sh
@@ -9,7 +9,7 @@ die() {
# pdpmake: (Makefile:374): recursive macro am__v_lt_
# pdpmake: (Makefile:1299): failed to build 'all-recursive' exit 1
# Works with gmake and bmake
-command -v make || die "Run /bootstrap-make.sh"
+command -v make || die "Run /extras/make.sh"
tar xof /distfiles/tiny-curl-*.tar.gz
cd tiny-curl-*/
diff --git a/extras/xz.sh b/extras/xz.sh
@@ -10,7 +10,7 @@ die() {
# pdpmake: (Makefile:451): failed to build 'clean-recursive' exit 1
# pdpmake: (Makefile:646): failed to build 'clean-recursive' exit 1
# Works with GNU make and bmake
-command -v make || die "Run /bootstrap-make.sh"
+command -v make || die "Run /extras/make.sh"
tar xof /distfiles/xz-*.tar.gz
cd xz-*/