From: Bernie Innocenti <[email protected]>

Signed-off-by: Sascha Silbe <[email protected]>
---
 .../library_homepage/kspost.50.nochroot.library.sh |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/modules/library_homepage/kspost.50.nochroot.library.sh 
b/modules/library_homepage/kspost.50.nochroot.library.sh
index 8874683..08c1982 100644
--- a/modules/library_homepage/kspost.50.nochroot.library.sh
+++ b/modules/library_homepage/kspost.50.nochroot.library.sh
@@ -16,9 +16,4 @@ if [ ! -d "$path" ]; then
 fi
 
 # synchronize the files within the path, conserving directory structure
-pushd "$path" >/dev/null
-find . -type f -print0 | while read -d $'\0' file; do
-       echo "cp \"$path\"/\"$file\" 
\$INSTALL_ROOT/usr/share/library-common/\"$file\""
-done
-popd >/dev/null
-
+echo "rsync -a \"$path\"/ \"\$INSTALL_ROOT/usr/share/library-common/\""
-- 
1.7.4.1

_______________________________________________
Devel mailing list
[email protected]
http://lists.laptop.org/listinfo/devel

Reply via email to