Marcel Telka
2023-10-02 9ef96ecbb526305d459098aef04d3aef5e78b154
tools/cloney: copy mode should copy symlinks and preserve attributes

1 files modified
2 ■■■ changed files
tools/cloney 2 ●●● patch | view | raw | blame | history
tools/cloney
@@ -96,7 +96,7 @@
    while read i;
do
    rm -f "${destdir}/$i"
    cp "${srcdir}/$i" "${destdir}/$i"
    cp -a "${srcdir}/$i" "${destdir}/$i"
done
else
    echo "CLONEY_MODE=$CLONEY_MODE not supported"