Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-06-18 22:08:43 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-18 22:08:43 (GMT)
commita0199431d70390fca77a58d54dd51abcfec812e8 (patch)
tree9b6a73ab52c99715397ed5d44131e1838cfee9a4
parent43af3c459ef37cb7b8601a4c99daa8304914bcbc (diff)
try to fix sample content installation - eventually
-rw-r--r--soas-sugar.ks10
1 files changed, 6 insertions, 4 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index d124176..ab57db7 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -121,10 +121,6 @@ curl -O http://dev.sugarlabs.org/raw-attachment/ticket/840/southeast_asia.pdf
# get sample content setup script directly from git
curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py
-# execute script and clean up afterwards
-su liveuser -c ./copy-to-datastore.py
-rm -f *.pdf
-
chown -R 500:500 $BUNDLES_DIR
cd $WD
@@ -215,6 +211,12 @@ vu.lux.olpc.Speak
org.worldwideworkshop.olpc.JigsawPuzzle
FOE
+# execute sample content script and clean up afterwards
+cd /home/liveuser/Activities
+chmod a+x copy-to-datastore.py
+su liveuser -c ./copy-to-datastore.py
+rm -f *.pdf
+
EOF
%end