--- bash/Makefile.in.orig	2025-02-18 19:57:22
+++ bash/Makefile.in	2025-04-13 22:54:59
@@ -1293,7 +1293,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)
