mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
2ae5c1ecf9
Signed-off-by: Peter Jones <pjones@redhat.com>
26 lines
913 B
Diff
26 lines
913 B
Diff
From e704140ffbdc0bbe0cf9ddc66f1ffe51018078ae Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 3 Apr 2013 14:35:34 -0400
|
|
Subject: [PATCH 16/85] Move bash completion script (#922997)
|
|
|
|
Apparently these go in a new place now.
|
|
---
|
|
util/bash-completion.d/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/util/bash-completion.d/Makefile.am b/util/bash-completion.d/Makefile.am
|
|
index 136287c..0bcdb06 100644
|
|
--- a/util/bash-completion.d/Makefile.am
|
|
+++ b/util/bash-completion.d/Makefile.am
|
|
@@ -6,7 +6,7 @@ EXTRA_DIST = $(bash_completion_source)
|
|
|
|
CLEANFILES = $(bash_completion_script) config.log
|
|
|
|
-bashcompletiondir = $(sysconfdir)/bash_completion.d
|
|
+bashcompletiondir = $(datarootdir)/bash-completion/completions
|
|
bashcompletion_DATA = $(bash_completion_script)
|
|
|
|
$(bash_completion_script): $(bash_completion_source) $(top_builddir)/config.status
|
|
--
|
|
2.5.0
|
|
|