fix apply-live-updates failing because of /lib symlink
authorWill Woods <wwoods@redhat.com>
Wed, 7 Mar 2012 22:22:18 +0000 (17:22 -0500)
committerHarald Hoyer <harald@redhat.com>
Thu, 8 Mar 2012 09:58:42 +0000 (10:58 +0100)
commitb43d651511df184fcdc1677e11166bae2f61073a
tree244b546862c5cd45a782f2261d6cef47081360a6
parent66666c670a462548df4ea4c8069d54b8c309ecf4
fix apply-live-updates failing because of /lib symlink

Since cp won't copy a directory over a symlink, any updates that were
supposed to go into e.g. /lib would get dropped if you had /updates/lib
as an actual directory, but the target system had /lib->/usr/lib.
modules.d/90dmsquash-live/apply-live-updates.sh