--- bash/Makefile.in.orig	2025-02-18 19:48:21
+++ bash/Makefile.in	2025-04-13 23:55:31
@@ -1189,7 +1189,7 @@
 
 @HAVE_BASH_COMPLETION_TRUE@install-data-local:
 @HAVE_BASH_COMPLETION_TRUE@	$(mkdir_p) $(DESTDIR)$(bashcompletiondir)
-@HAVE_BASH_COMPLETION_TRUE@	cp -d $(scripts) $(symlinks) $(DESTDIR)$(bashcompletiondir)
+@HAVE_BASH_COMPLETION_TRUE@	cp -P $(scripts) $(symlinks) $(DESTDIR)$(bashcompletiondir)
 
 @HAVE_BASH_COMPLETION_TRUE@clean-local:
 @HAVE_BASH_COMPLETION_TRUE@	-test $(srcdir) != $(builddir) && rm -f $(scripts)
