Browse code

Merge branch 'master' of github.com:cloudbuilders/devstack

Anthony Young authored on 2011/09/29 07:13:20
Showing 1 changed files
... ...
@@ -153,7 +153,7 @@ cp -pR /lib/modules/`uname -r`/kernel/net $ROOTFS/lib/modules/`uname -r`/kernel/
153 153
 # Gracefully cp only if source file/dir exists
154 154
 function cp_it {
155 155
     if [ -e $1 ] || [ -d $1 ]; then
156
-        cp -pr $1 $2
156
+        cp -pRL $1 $2
157 157
     fi
158 158
 }
159 159