File: disable_bash_completion.patch

package info (click to toggle)
i3blocks 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 548 kB
  • sloc: ansic: 2,439; makefile: 30; javascript: 29; sh: 19
file content (26 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,13 +30,13 @@
 dist_sysconf_DATA = \
 	i3blocks.conf
 
-if ENABLE_BASH_COMPLETION
-bashcompletiondir = $(BASH_COMPLETION_DIR)
-bashcompletion_DATA = bash-completion
-
-install-data-local:
-	( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
-
-uninstall-local:
-	( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && rm -rf i3blocks )
-endif
+#if ENABLE_BASH_COMPLETION
+#bashcompletiondir = $(BASH_COMPLETION_DIR)
+#bashcompletion_DATA = bash-completion
+#
+#install-data-local:
+#	( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
+#
+#uninstall-local:
+#	( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && rm -rf i3blocks )
+#endif