From: Marco Peereboom Date: Sun, 13 Sep 2009 20:38:04 +0000 (+0000) Subject: Fix library path so that i don't waste a bunch of time every time i test X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=41b210549d73186c5644d305c0a53f3d5d75e1e1;p=spectrwm.git Fix library path so that i don't waste a bunch of time every time i test scrotwm --- 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;