Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Langhoff <martin@laptop.org>2012-04-01 03:26:59 (GMT)
committer Martin Langhoff <martin@laptop.org>2012-04-01 03:29:03 (GMT)
commit829f47fb1f21a220cb3e8097e7b8957694a86b82 (patch)
tree314df9dccc0aeeda5430b344b5c1027c5513b59e
parent56e1ba4084a1f9096f05d018b737c42b0cc13d50 (diff)
library_homepage: remember to fixup permissions
the library homepage and related files need to be world readable.
-rw-r--r--modules/library_homepage/kspost.50.nochroot.library.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/library_homepage/kspost.50.nochroot.library.sh b/modules/library_homepage/kspost.50.nochroot.library.sh
index ca0a27d..2bbc770 100644
--- a/modules/library_homepage/kspost.50.nochroot.library.sh
+++ b/modules/library_homepage/kspost.50.nochroot.library.sh
@@ -17,3 +17,4 @@ fi
# synchronize the files within the path, conserving directory structure
echo "rsync -rlpt \"$path\"/ \"\$INSTALL_ROOT/usr/share/library-common/\""
+echo "chmod ugo+rx \"\$INSTALL_ROOT/usr/share/library-common/\""