diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 06:59:15 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-19 06:59:15 +0000 |
| commit | ba3120f4bfed495e6f7406e2d686c8685464312d (patch) | |
| tree | e7c631c9dc76586dcfd660ba69e548079f745867 | |
| parent | e82b18535dabb6a44500578ba9b8ed5034278204 (diff) | |
| download | s6-rc-ba3120f4bfed495e6f7406e2d686c8685464312d.tar.gz | |
Option is --no-update, not ----no-update. Also fix dotpc.
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | src/repo/s6-rc-set-install.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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[] = { |
