diff options
Diffstat (limited to 'time/asclock-xlib/patches/patch-ac')
-rw-r--r-- | time/asclock-xlib/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/time/asclock-xlib/patches/patch-ac b/time/asclock-xlib/patches/patch-ac new file mode 100644 index 00000000000..a705340ccb6 --- /dev/null +++ b/time/asclock-xlib/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $ + +--- ./config.c.orig Sun Mar 14 18:09:13 1999 ++++ ./config.c Thu Oct 7 03:36:59 1999 +@@ -26,8 +26,7 @@ + + char *themes_directories[] = { + "./themes/", +- "/usr/local/share/asclock/", +- "/usr/share/asclock/", ++ PREFIX "/share/asclock-xlib/", + "", + NULL + }; |