[epiphany] epiphany.pc.in: Use @PACKAGE@ instead of epiphany



commit e6f6e2a0ce6497c69e3ebdd28b86f3437d8d3266
Author: Michael Biebl <biebl debian org>
Date:   Tue Mar 13 23:40:11 2012 +0100

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in
index e06bd5b..5a27ef0 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]