From e6f6e2a0ce6497c69e3ebdd28b86f3437d8d3266 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 13 Mar 2012 23:40:11 +0100 Subject: epiphany.pc.in: Use @PACKAGE@ instead of epiphany to avoid hard coding the package name. https://bugzilla.gnome.org/show_bug.cgi?id=672023 --- data/epiphany.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in index e06bd5bdb..5a27ef0a4 100644 --- a/data/epiphany.pc.in +++ b/data/epiphany.pc.in @@ -2,8 +2,8 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ -extensionsdir=@libdir@/epiphany/@EPIPHANY_API_VERSION@/extensions -loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders +extensionsdir=@libdir@/@PACKAGE@/@EPIPHANY_API_VERSION@/extensions +loaderdir=@libdir@/@PACKAGE@/@EPIPHANY_MAJOR@/loaders datarootdir=@datarootdir@ datadir=@datadir@ icondir=@datadir@/@PACKAGE@/icons -- cgit