aboutsummaryrefslogtreecommitdiffstats
path: root/games/xteddy/files/patch-xteddy.c
blob: eb6be3ed38dec6b31b8a830825f1789b42df1575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xteddy.c.orig   Mon Nov 14 23:21:26 2005
+++ xteddy.c    Mon Nov 14 23:22:09 2005
@@ -17,7 +17,7 @@
 /* Changes: use Imlib instead of libxpm and load    *
  *          different image formats                 */
 
-#define DEFAULT_IMAGE_DIR "/usr/share/xteddy"
+#define DEFAULT_IMAGE_DIR "%%DATADIR%%"
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>