From de776ba84d1033716a58b79828cab79390165f0a Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Sat, 26 Sep 2009 16:40:08 +0000 Subject: [PATCH] Fix stupid lib install location, from sthen --- lib/Makefile | 2 +- scrotwm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index c9970f4..1442460 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -16,7 +16,7 @@ CFLAGS+= -I${X11BASE}/include install: ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - ${X11BASE}/lib/swmhack.so + ${PREFIX}/lib/ .include .include diff --git a/scrotwm.c b/scrotwm.c index ad68c82..1e1987d 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -150,7 +150,7 @@ u_int32_t swm_debug = 0 #define SWM_MAX_FONT_STEPS (3) #ifndef SWM_LIB -#define SWM_LIB "/usr/local/lib/libswmhack.so.0.0" +#define SWM_LIB "/usr/local/lib/libswmhack.so" #endif char **start_argv; -- 1.7.10.4