]> code.delx.au - spectrwm/commitdiff
Fix library path so that i don't waste a bunch of time every time i test
authorMarco Peereboom <marco@conformal.com>
Sun, 13 Sep 2009 20:38:04 +0000 (20:38 +0000)
committerMarco Peereboom <marco@conformal.com>
Sun, 13 Sep 2009 20:38:04 +0000 (20:38 +0000)
scrotwm

scrotwm.c

index bab17a439dcd22ec4d6c1cfb6b5a4dd02a7e9b7c..426922f18488b15a6469574d74beedb38076330f 100644 (file)
--- 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;