diff -Naur plymouth-0.8.5.1/scripts/plymouth-populate-initrd.in plymouth-0.8.5.1-magellan/scripts/plymouth-populate-initrd.in --- plymouth-0.8.5.1/scripts/plymouth-populate-initrd.in 2012-06-06 21:10:13.000000000 +0200 +++ plymouth-0.8.5.1-magellan/scripts/plymouth-populate-initrd.in 2012-07-30 20:48:22.505982797 +0200 @@ -109,7 +109,7 @@ else # create directory mkdir -m 0755 -p "${initdir}/$_file" || return 1 - [[ -e "$_file" ]] && chmod --reference="$_file" "${initdir}/$_file" + [[ -e "$_file" ]] && chmod $(stat -c %a "$_file") "${initdir}/$_file" chmod u+w "${initdir}/$_file" fi done @@ -134,7 +134,7 @@ inst "${_src%/*}/.${_src##*/}.hmac" "${target%/*}/.${target##*/}.hmac" fi ddebug "Installing $_src" - cp --sparse=always -pfL "$_src" "${initdir}/$target" + cp -pfL "$_src" "${initdir}/$target" } # find symlinks linked to given library file