Author: baggins                      Date: Wed Jan 20 16:50:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- we don't have /lib/udev/firmware.agent, we have /lib/udev/firmware

---- Files affected:
packages/initramfs-tools:
   initramfs-tools-undebianize.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/initramfs-tools/initramfs-tools-undebianize.patch
diff -u packages/initramfs-tools/initramfs-tools-undebianize.patch:1.2 
packages/initramfs-tools/initramfs-tools-undebianize.patch:1.3
--- packages/initramfs-tools/initramfs-tools-undebianize.patch:1.2      Wed Jan 
20 15:58:18 2010
+++ packages/initramfs-tools/initramfs-tools-undebianize.patch  Wed Jan 20 
17:50:24 2010
@@ -1,6 +1,19 @@
 diff -urN initramfs-tools-0.93.orig/hook-functions 
initramfs-tools-0.93/hook-functions
 --- initramfs-tools-0.93.orig/hook-functions   2009-02-17 18:22:54.000000000 
+0100
 +++ initramfs-tools-0.93/hook-functions        2009-02-22 19:18:13.000000000 
+0100
+@@ -83,9 +83,9 @@
+                               continue
+                       fi
+ 
+-                      if [ ! -e "${DESTDIR}/lib/udev/firmware.agent" ] \
+-                      && [ -e "/lib/udev/firmware.agent" ]; then
+-                              copy_exec /lib/udev/firmware.agent
++                      if [ ! -e "${DESTDIR}/lib/udev/firmware" ] \
++                      && [ -e "/lib/udev/firmware" ]; then
++                              copy_exec /lib/udev/firmware
+                       fi
+ 
+                       if [ -e "/lib/firmware/${version}/${firmware}" ]; then
 @@ -445,12 +445,12 @@
  # minimal supported kernel version
  check_minkver()
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/initramfs-tools/initramfs-tools-undebianize.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to