13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
$OpenBSD: patch-scrotwm_c,v 1.17 2011/06/23 22:58:06 sthen Exp $
|
|
--- scrotwm.c.orig Thu Jun 23 13:13:51 2011
|
|
+++ scrotwm.c Thu Jun 23 23:54:34 2011
|
|
@@ -162,7 +162,7 @@ u_int32_t swm_debug = 0
|
|
#define SWM_FOCUS_FOLLOW (2)
|
|
|
|
#ifndef SWM_LIB
|
|
-#define SWM_LIB "/usr/local/lib/libswmhack.so"
|
|
+#define SWM_LIB "${PREFIX}/lib/libswmhack.so"
|
|
#endif
|
|
|
|
char **start_argv;
|