summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/surfraw/files/surfraw-99999-sr-completion-path.patch')
-rw-r--r--www-client/surfraw/files/surfraw-99999-sr-completion-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/surfraw/files/surfraw-99999-sr-completion-path.patch b/www-client/surfraw/files/surfraw-99999-sr-completion-path.patch
new file mode 100644
index 000000000000..273ffcb3ce55
--- /dev/null
+++ b/www-client/surfraw/files/surfraw-99999-sr-completion-path.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -112,7 +112,7 @@
+ mkdir -p $(DESTDIR)@datadir@/bash-completion/completions
+ @cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@datadir@/bash-completion/completions/surfraw
+ if INSTALLSR
+- @ln -sf $(DESTDIR)@datadir@/bash-completion/completions/surfraw $(DESTDIR)@datadir@/bash-completion/completions/sr
++ @ln -sf surfraw $(DESTDIR)@datadir@/bash-completion/completions/sr
+ endif # INSTALLSR
+ endif # BASHCOMPLETIONS
+