Browse code

fix lib64dir in aws-sdk-cpp

Change-Id: I9cef9b935d2812e98736ea2d0ffb91b9a290a141
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5000
Reviewed-by: gerrit-photon <photon-checkins@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>

Priyesh Padmavilasom authored on 2018/04/13 02:25:07
Showing 1 changed files
... ...
@@ -67,7 +67,7 @@ rm -rf %{buildroot}/*
67 67
 
68 68
 %files
69 69
     %defattr(-,root,root,0755)
70
-    %{_libdir}/*
70
+    %{_lib64dir}/*
71 71
     %{_includedir}/*
72 72
 
73 73
 %changelog