Fix for x86_64 compatibility.
authorJunfeng <junfeng.dong@intel.com>
Tue, 19 Mar 2013 10:22:39 +0000 (18:22 +0800)
committerJunfeng <junfeng.dong@intel.com>
Tue, 19 Mar 2013 10:22:39 +0000 (18:22 +0800)
Change-Id: Idb2302e93eff57ded53817787f65ca6cb4eb4781

capi-system-system-settings.pc.in
packaging/capi-system-system-settings.spec

index d0610b9..1d79ad0 100755 (executable)
@@ -3,7 +3,7 @@
 
 prefix=@PREFIX@
 exec_prefix=/usr
-libdir=/usr/lib
+libdir=@LIB_INSTALL_DIR@
 includedir=/usr/include/system
 
 Name: @PC_NAME@
index d3f1bcc..c1f43c5 100755 (executable)
@@ -36,7 +36,7 @@ Requires:  pkgconfig(capi-base-common)
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`  
-%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} 
+%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
 
 make %{?jobs:-j%jobs}