diff options
-rw-r--r-- | src/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index 31d934673..3eb386d7f 100644 --- a/src/install.c +++ b/src/install.c @@ -188,7 +188,7 @@ static void cp_option_init (struct cp_options *x) { x->copy_as_regular = 1; - x->dereference = 1; + x->dereference = DEREF_ALWAYS; x->force = 1; /* If unlink fails, try to proceed anyway. */ |