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:26:59 (GMT)
commit87d0f2bd3848830d90ae782720eb9b369bf93b53 (patch)
tree687cc4e5522d9f2630c3a54bf126be461016429f
parent344ad78fbc500ef2bc5d67571808899b6d4b2ae5 (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/\""