From ba3120f4bfed495e6f7406e2d686c8685464312d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 19 Jan 2026 06:59:15 +0000 Subject: Option is --no-update, not ----no-update. Also fix dotpc. --- Makefile | 1 + src/repo/s6-rc-set-install.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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[] = { -- cgit v1.3.1