14 lines
318 B
Text
14 lines
318 B
Text
|
Index: libinotify.pc.in
|
||
|
--- libinotify.pc.in.orig
|
||
|
+++ libinotify.pc.in
|
||
|
@@ -1,7 +1,7 @@
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
-libdir=@libdir@
|
||
|
-includedir=@includedir@
|
||
|
+libdir=${exec_prefix}/lib/inotify
|
||
|
+includedir=${prefix}/include/inotify
|
||
|
|
||
|
Name: @PACKAGE_NAME@
|
||
|
Description: Kqueue based inotify shim library
|