13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
$OpenBSD: patch-libfreeipmi_Makefile_in,v 1.1 2012/04/13 20:53:19 sthen Exp $
|
|
--- libfreeipmi/Makefile.in.orig Fri Apr 13 16:41:25 2012
|
|
+++ libfreeipmi/Makefile.in Fri Apr 13 16:43:37 2012
|
|
@@ -196,7 +196,7 @@ CLEANFILES =
|
|
DISTCLEANFILES = .deps/*.P
|
|
|
|
# Semaphore IPC Key file for ftok:
|
|
-Ipckeydir = $(localstatedir)/lib/$(PACKAGE_NAME)
|
|
+Ipckeydir = $(localstatedir)/db/$(PACKAGE_NAME)
|
|
Ipckey_DATA = ipckey
|
|
EXTRA_DIST = ipckey
|
|
all: all-recursive
|