diff --git a/bash/Makefile.am b/bash/Makefile.am index 2d26b29af..d95003ae7 100644 --- a/bash/Makefile.am +++ b/bash/Makefile.am @@ -57,7 +57,7 @@ all-local: $(scripts) $(symlinks) install-data-local: $(mkdir_p) $(DESTDIR)$(bashcompletiondir) - cp -d $(scripts) $(symlinks) $(DESTDIR)$(bashcompletiondir) + cp -P $(scripts) $(symlinks) $(DESTDIR)$(bashcompletiondir) clean-local: -test $(srcdir) != $(builddir) && rm -f $(scripts)