|
|
|
@ -317,7 +317,7 @@ inst_simple() {
@@ -317,7 +317,7 @@ inst_simple() {
|
|
|
|
|
inst "${_src%/*}/.${_src##*/}.hmac" "${target%/*}/.${target##*/}.hmac" |
|
|
|
|
fi |
|
|
|
|
ddebug "Installing $_src" |
|
|
|
|
cp -pfL "$_src" "${initdir}$target" |
|
|
|
|
cp --sparse=always -pfL "$_src" "${initdir}$target" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# find symlinks linked to given library file |
|
|
|
|