rpms/nss-util/F-12 nss-util-config.in,1.7,1.8

Elio Maldonado emaldonado at fedoraproject.org
Tue Jan 19 01:17:12 UTC 2010


Author: emaldonado

Update of /cvs/pkgs/rpms/nss-util/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10483

Modified Files:
	nss-util-config.in 
Log Message:
Fix value for exec_prefix, includir and libdir variables to be nss-util


Index: nss-util-config.in
===================================================================
RCS file: /cvs/pkgs/rpms/nss-util/F-12/nss-util-config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- nss-util-config.in	11 Sep 2009 00:04:16 -0000	1.7
+++ nss-util-config.in	19 Jan 2010 01:17:12 -0000	1.8
@@ -79,13 +79,13 @@ done
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nssutil`
+    exec_prefix=`pkg-config --variable=exec_prefix nss-util`
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nssutil`
+    includedir=`pkg-config --variable=includedir nss-util`
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nssutil`
+    libdir=`pkg-config --variable=libdir nss-util`
 fi
 
 if test "$echo_prefix" = "yes"; then



More information about the scm-commits mailing list