summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-11-17 02:10:58 +0000
committererdgeist <erdgeist@erdgeist.org>2005-11-17 02:10:58 +0000
commit428061fe5515b9b814593d00289c3668a570ce1c (patch)
treeef088a96796a6c8f70860c765c736c59c286c372
parent98b55ecf5cb39ca3cd0b6c616d12f9950276a5e0 (diff)
we want to keep soft links
-rw-r--r--ezjail-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-config.sh b/ezjail-config.sh
index fa02423..d11f89c 100644
--- a/ezjail-config.sh
+++ b/ezjail-config.sh
@@ -52,7 +52,7 @@ for file in $ezjail_flavour_files; do
52 if [ $# -eq 3 -a "$3" ]; then 52 if [ $# -eq 3 -a "$3" ]; then
53 owner=$1; [ $2 ] && owner="$1:$2" 53 owner=$1; [ $2 ] && owner="$1:$2"
54 for file in $3; do 54 for file in $3; do
55 find ${file#/} | cpio -p -d / 55 find ${file#/} | cpio -p -l -d /
56 chown -R $owner $file 56 chown -R $owner $file
57 done 57 done
58 fi 58 fi