transition: A few more minor fixes
diff --git a/README b/README
index e126df1..e737bcb 100644
--- a/README
+++ b/README
@@ -21,6 +21,6 @@
Note that the only files that matter for these scripts are:
- rockbog/tools/genlang (update.php only)
+ rockbox/tools/genlang (update.php only)
rockbox/apps/lang/*.lang (both update.php and fontstats.py)
rockbox/fonts/*.bdf (fontstats.py only)
diff --git a/update.php b/update.php
index f7c144f..78abb11 100755
--- a/update.php
+++ b/update.php
@@ -44,9 +44,9 @@
}
function update_langs() {
+/*
chmod('rockbox/apps/lang', 0777); // Make sure the web server can write temp files
-/*
// This is no longer needed as we have a cron job doing the git repo update
$cmds = <<<END
cd rockbox && /usr/bin/git checkout -f