]> gitweb.fluxo.info Git - bootless.git/commitdiff
Symlink to itself is not needed
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Jul 2016 21:39:21 +0000 (18:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Jul 2016 21:39:21 +0000 (18:39 -0300)
files/bootless

index 59ff17ed028fdb6730fd47ded9bd00a1716ad746..b607b523912b6a93a86138bb0dc59a8a86c8a35e 100755 (executable)
@@ -55,7 +55,7 @@ function bootless_rsync {
   rsync -CLavz --exclude boot $1/ $2/
 
   # Make sure there's a symlink to itself
-  ( cd $2 && ln -s . boot )
+  #( cd $2 && ln -s . boot )
 }
 
 # Repository initiator