rpms/nss-softokn/devel nss-softokn-config.in,1.4,1.5

Elio Maldonado emaldonado at fedoraproject.org
Tue Jan 19 01:57:56 UTC 2010


Author: emaldonado

Update of /cvs/pkgs/rpms/nss-softokn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14532

Modified Files:
	nss-softokn-config.in 
Log Message:
Fix nss-softokn-config to actually use the nss-sofotkn package, not the nss package


Index: nss-softokn-config.in
===================================================================
RCS file: /cvs/pkgs/rpms/nss-softokn/devel/nss-softokn-config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- nss-softokn-config.in	10 Sep 2009 23:43:31 -0000	1.4
+++ nss-softokn-config.in	19 Jan 2010 01:57:56 -0000	1.5
@@ -80,13 +80,13 @@ done
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nss`
+    exec_prefix=`pkg-config --variable=exec_prefix nss-softokn`
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nss`
+    includedir=`pkg-config --variable=includedir nss-softokn`
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nss`
+    libdir=`pkg-config --variable=libdir nss-softokn`
 fi
 
 if test "$echo_prefix" = "yes"; then



More information about the scm-commits mailing list