SPECS: udev.spec - libdir fix

arekm arekm at pld-linux.org
Tue Apr 10 19:45:04 CEST 2007


Author: arekm                        Date: Tue Apr 10 17:45:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libdir fix

---- Files affected:
SPECS:
   udev.spec (1.216 -> 1.217) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.216 SPECS/udev.spec:1.217
--- SPECS/udev.spec:1.216	Tue Apr 10 19:37:17 2007
+++ SPECS/udev.spec	Tue Apr 10 19:44:59 2007
@@ -152,7 +152,8 @@
 %setup -q
 %patch0 -p1
 
-sed 's/$(CC) -shared/$(LD) -shared/' -i extras/volume_id/lib/Makefile
+sed -i -e 's/$(CC) -shared/$(LD) -shared/' extras/volume_id/lib/Makefile
+sed -i -e 's#/lib/udev/#/%{_lib}/udev/#g' *.c
 
 %build
 %if %{with initrd}
@@ -383,6 +384,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.217  2007/04/10 17:44:59  arekm
+- libdir fix
+
 Revision 1.216  2007/04/10 17:37:17  arekm
 - up to 108
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.216&r2=1.217&f=u



More information about the pld-cvs-commit mailing list