]> git.pld-linux.org Git - packages/gkrellm.git/commitdiff
- fix: change path to plugins to /usr/X11R6/lib/gkrellm/ and to themes to
authorkloczek <kloczek@pld-linux.org>
Tue, 30 Jan 2001 06:39:50 +0000 (06:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /usr/X11R6/share/gkrellm/.

Changed files:
    gkrellm-paths_fix.patch -> 1.1

gkrellm-paths_fix.patch [new file with mode: 0644]

diff --git a/gkrellm-paths_fix.patch b/gkrellm-paths_fix.patch
new file mode 100644 (file)
index 0000000..5b3d221
--- /dev/null
@@ -0,0 +1,18 @@
+diff -Nru gkrellm-1.0.6/src/gkrellm.h gkrellm-1.0.6.new/src/gkrellm.h
+--- gkrellm-1.0.6/src/gkrellm.h        Tue Jan 30 07:16:17 2001
++++ gkrellm-1.0.6.new/src/gkrellm.h    Tue Jan 30 07:18:29 2001
+@@ -121,12 +121,12 @@
+ #define       LOCAL_THEMES_DIR                "/usr/local/share/gkrellm/themes"
+ #if !defined(SYSTEM_THEMES_DIR)
+-#define       SYSTEM_THEMES_DIR               "/usr/share/gkrellm/themes"
++#define       SYSTEM_THEMES_DIR               "/usr/X11R6/share/gkrellm/"
+ #endif
+ #define       LOCAL_PLUGINS_DIR               "/usr/local/lib/gkrellm/plugins"
+ #if !defined(SYSTEM_PLUGINS_DIR)
+-#define       SYSTEM_PLUGINS_DIR              "/usr/lib/gkrellm/plugins"
++#define       SYSTEM_PLUGINS_DIR              "/usr/X11R6/lib/gkrellm"
+ #endif
+ #define       OLD_LOCAL_PLUGINS_DIR   "/usr/local/share/gkrellm/plugins"
+ #define       OLD_SYSTEM_PLUGINS_DIR  "/usr/share/gkrellm/plugins"
This page took 0.061957 seconds and 4 git commands to generate.