From 41b210549d73186c5644d305c0a53f3d5d75e1e1 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Sun, 13 Sep 2009 20:38:04 +0000 Subject: [PATCH] Fix library path so that i don't waste a bunch of time every time i test scrotwm --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index bab17a4..426922f 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -146,7 +146,7 @@ u_int32_t swm_debug = 0 #define SWM_MAX_FONT_STEPS (3) #ifndef SWM_LIB -#define SWM_LIB "/usr/X11R6/lib/swmhack.so" +#define SWM_LIB "/usr/local/lib/libswmhack.so.0.0" #endif char **start_argv; -- 1.7.10.4