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-25 14:00:14 (GMT)
committer Martin Langhoff <martin@laptop.org>2012-04-25 14:04:27 (GMT)
commit81526f0edc1da4c8d7ee5d71ebe3882be8fef73b (patch)
tree252c9569beae683fa5749a8fc4489793b5ecd709
parent5c7bdf64558df5514a30df3661eb78d9b0140569 (diff)
library_homepage: remember to fixup permissions - recursively
-rw-r--r--modules/library_homepage/kspost.50.nochroot.library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/library_homepage/kspost.50.nochroot.library.sh b/modules/library_homepage/kspost.50.nochroot.library.sh
index 2bbc770..5ca1f38 100644
--- a/modules/library_homepage/kspost.50.nochroot.library.sh
+++ b/modules/library_homepage/kspost.50.nochroot.library.sh
@@ -17,4 +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/\""
+echo "chmod -R ugo+rx \"\$INSTALL_ROOT/usr/share/library-common/\""