Browse Source

inst_simple(): add -p flag to cp

master
Harald Hoyer 16 years ago
parent
commit
860ace56f8
  1. 2
      dracut-functions

2
dracut-functions

@ -59,7 +59,7 @@ inst_simple() { @@ -59,7 +59,7 @@ inst_simple() {
[[ -f $target ]] && return 0
mkdir -p "${target%/*}"
dinfo "Installing $src"
cp -fL "$src" "$target"
cp -pfL "$src" "$target"
}

# Same as above, but specialzed to handle dynamic libraries.

Loading…
Cancel
Save