From a0e9a8500ff07e1a4bf7cffb4e4838b8ec0700ac Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 9 Jan 2014 12:22:52 +0100 Subject: Properly fix dataroot warning for pkg-config file. All we needed to do was add @dataroot@ to caja-python.pc.in. config.status: WARNING: 'caja-python.pc.in' seems to ignore the --datarootdir setting --- caja-python.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'caja-python.pc.in') diff --git a/caja-python.pc.in b/caja-python.pc.in index 574674c..0e72f15 100644 --- a/caja-python.pc.in +++ b/caja-python.pc.in @@ -3,5 +3,6 @@ Description: Caja-Python Components Version: @VERSION@ prefix=@prefix@ +datarootdir = @datarootdir@ libdir=${prefix}/lib pythondir=@datadir@/caja-python/extensions -- cgit v1.2.1