aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-19 06:59:15 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-19 06:59:15 +0000
commitba3120f4bfed495e6f7406e2d686c8685464312d (patch)
treee7c631c9dc76586dcfd660ba69e548079f745867
parente82b18535dabb6a44500578ba9b8ed5034278204 (diff)
downloads6-rc-ba3120f4bfed495e6f7406e2d686c8685464312d.tar.gz
Option is --no-update, not ----no-update. Also fix dotpc.
-rw-r--r--Makefile1
-rw-r--r--src/repo/s6-rc-set-install.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8af4b4..62bc1a1 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ endif
lib$(2).pc:
exec env \
+ prefix="$(prefix)" \
library="$(2)" \
includedir="$(includedir)" \
dynlibdir="$(dynlibdir)" \
diff --git a/src/repo/s6-rc-set-install.c b/src/repo/s6-rc-set-install.c
index b81bd21..90f68b6 100644
--- a/src/repo/s6-rc-set-install.c
+++ b/src/repo/s6-rc-set-install.c
@@ -53,7 +53,7 @@ int main (int argc, char const *const *argv)
{
{ .so = 'b', .lo = "block", .clear = 0, .set = GOLB_BLOCK },
{ .so = 'K', .lo = "keep-old", .clear = 0, .set = GOLB_KEEPOLD },
- { .so = 0, .lo = "--no-update", .set = GOLB_NOUPDATE },
+ { .so = 0, .lo = "no-update", .set = GOLB_NOUPDATE },
} ;
static gol_arg const rgola[] =
{