I noticed that the current clfs patch does not apply against udev 122. I decided to replace it in my scripts by 3 sed's.
I do not know if CLFS values sed's over patches, but thought i'd post them, and see where things end up. sed -i -e "s/\/lib\//\/lib64\//g" udev_rules.c udev_rules_parse.c Makefile extras/*/Makefile sed -i -e "s/\}\/lib/\}\/lib64/g " extras/volume_id/lib/Makefile sed -i -e "s/\}\/usr\/lib/\}\/usr\/lib64/g " extras/volume_id/lib/Makefile -- Nathan Coulson (conathan) ------ Location: Alberta, Canada Timezone: MST (-7) Webpage: http://www.nathancoulson.com _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
