apply-live-updates.sh: copy without glob
authorWill Woods <wwoods@redhat.com>
Thu, 20 Oct 2011 17:57:23 +0000 (13:57 -0400)
committerHarald Hoyer <harald@redhat.com>
Fri, 21 Oct 2011 11:18:06 +0000 (13:18 +0200)
commit03b5494ca14d41b224b10ac49b64e8f236f339f7
treec296ba14593e6d30f9075a3e0f77f46816a5410c
parent028a79b8a1c955578144d82c6ab750c50de0c7cc
apply-live-updates.sh: copy without glob

cp $SRC/* $DEST will skip dotfiles in $SRC.
( cd $SRC; cp -a -t $DEST . ) will copy everything.
modules.d/90dmsquash-live/apply-live-updates.sh