From a4a5b9a38bb03080b084a05003f04f0bd3b7843e Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 26 Jul 2014 02:20:38 +0200
Subject: [PATCH] docs: autoupdater: fix example build script

---
 docs/features/autoupdater.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst
index 9586c54cc..740cd232d 100644
--- a/docs/features/autoupdater.rst
+++ b/docs/features/autoupdater.rst
@@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands:
     make -j5 GLUON_BRANCH=experimental
     make manifest GLUON_BRANCH=experimental
     contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
+
+    rm -rf /where/to/put/this/experimental
     cp -r images /where/to/put/this/experimental
-    ln -s experimental.manifest /where/to/put/this/experimental/manifest
+    ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest
 
 
 Infrastructure
-- 
GitLab