Author: colin
Date: Wed Feb  7 17:50:13 2007
New Revision: 117258

Modified:
   packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec

Log:
Fix usage on x86_64

Modified: packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec
==============================================================================
--- packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec      (original)
+++ packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec      Wed Feb  7 
17:50:13 2007
@@ -1,7 +1,7 @@
 %define name kiba-dock
 %define version 0
 %define cvs 20070201
-%define release %mkrel 0.%{cvs}.4
+%define release %mkrel 0.%{cvs}.5
 
 %define lib_name_orig %mklibname %{name}
 %define lib_major 0
@@ -94,6 +94,9 @@
 %patch0 -p0
 %endif
 
+# Fix x86_64 issue
+sed -i "s,/usr/lib,%_libdir,g" dock/kiba-dock.c
+
 %build
 # This is a CVS snapshot, so we need to generate makefiles.
 sh autogen.sh -V

Reply via email to