|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-devel
[Xen-devel] [PATCH] (trivial) simple fix for install.sh not working on s
 
This simple fix seems to work for me.  With the -L it will follow
symlinks so that symlinked /lib/python and /etc/init.d get the files
copied to them correctly on install.
-- 
Thanks,
Paul Larson
pl@xxxxxxxxxx
IBM Linux Technology Center
Signed-off-by: pl@xxxxxxxxxx
--- install.sh  2005-03-06 16:14:56.000000000 -0600
+++ dist/install.sh     2005-03-16 16:44:25.779315000 -0600
@@ -32,7 +32,7 @@
   [ -e "$l" ] && ln -fs "$l" vmlinuz${v}-xenU
 done
 cd -
-cp -fdR $src/* $dst
+cp -fdRL $src/* $dst
 echo "All done."
 echo "Checking to see whether prerequisite tools are installed..."
 
signature.asc 
Description: This is a digitally signed message part 
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread>
 |  
- [Xen-devel] [PATCH] (trivial) simple fix for install.sh not working on symlinked dirs,
Paul Larson <=
 
 
 |  
  
 | 
    | 
  
  
    |   | 
    |