diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2026-03-15 16:06:11 -0700 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2026-03-15 16:06:11 -0700 |
| commit | bb742514a0930f92f16060143703cc28144f8572 (patch) | |
| tree | 9c0350e92c278407c1825ec32cd4c5a258f23162 | |
| parent | 71c78b3f72a9da606fa936ef2ea51043aead2584 (diff) | |
oclock.man: correct installation path for app-defaults file
It's usually installed under /share/ instead of /lib/ now.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/oclock/-/merge_requests/8>
| -rw-r--r-- | man/oclock.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/oclock.man b/man/oclock.man index ac4aee0..acedc9d 100644 --- a/man/oclock.man +++ b/man/oclock.man @@ -93,7 +93,7 @@ in the \fB#ifdef COLOR\fP section you read with .br This will cause oclock to pick up the colors in the app-defaults color customization file: -__projectroot__/lib/X11/app\-defaults/Clock\-color. +__apploaddir__/Clock\-color. Below are the default colors: .sp 1 Clock*Background: grey |
