udev_084: busybox cp doesn't understand --preserve and --update
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 8 Feb 2006 20:26:48 +0000 (20:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Feb 2006 20:26:48 +0000 (20:26 +0000)
packages/udev/udev-084/init

index d3983df..3138e55 100644 (file)
@@ -56,7 +56,7 @@ mount_tmpfs() {
 # I hate this hack.  -- Md
 make_extra_nodes() {
   if [ "$(echo /lib/udev/devices/*)" != "/lib/udev/devices/*" ]; then
-    cp --preserve=all --recursive --update /lib/udev/devices/* /dev/
+    cp -a /lib/udev/devices/* /dev/
   fi
 
   [ -e /etc/udev/links.conf ] || return 0