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:00:14 (GMT)
commit88199cd546c6f07c4c7d154bfca099d0cb3f03da (patch)
treee45216e5c84d0c493888dd045c1ad6478a0dd02e
parent87d0f2bd3848830d90ae782720eb9b369bf93b53 (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/\""