From 3896ebdcc7b880143d1b04f0abdd64e3c41ab261 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 7 Aug 2009 16:32:10 -0400 Subject: [PATCH] [pkgconfig] Fix up pkgconfig variables They were wrong before --- src/plymouth-1.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plymouth-1.pc.in b/src/plymouth-1.pc.in index 9c116b53..7df403f8 100644 --- a/src/plymouth-1.pc.in +++ b/src/plymouth-1.pc.in @@ -2,8 +2,8 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -pluginsdir=@libdir@/plymouth-1 -themesdir=@PLYMOUTH_PLUGIN_PATH@ +pluginsdir=@PLYMOUTH_PLUGIN_PATH@ +themesdir=@PLYMOUTH_THEME_PATH@/ Name: Plymouth Description: Utility Library for Boot Splash Plugins