aboutsummaryrefslogtreecommitdiffstats
path: root/community/i3blocks/bash-completion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/i3blocks/bash-completion.patch')
-rw-r--r--community/i3blocks/bash-completion.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/i3blocks/bash-completion.patch b/community/i3blocks/bash-completion.patch
new file mode 100644
index 00000000000..969a4085639
--- /dev/null
+++ b/community/i3blocks/bash-completion.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -35,6 +35,7 @@
+ bashcompletion_DATA = bash-completion
+
+ install-data-local:
++ install -d -m 755 '$(DESTDIR)$(BASH_COMPLETION_DIR)'
++ install -m 644 bash-completion '$(DESTDIR)$(BASH_COMPLETION_DIR)'/i3blocks
+- ( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
+
+ uninstall-local: