aboutsummaryrefslogtreecommitdiffstats
path: root/testing/i3blocks/fix-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/i3blocks/fix-makefile.patch')
-rw-r--r--testing/i3blocks/fix-makefile.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/i3blocks/fix-makefile.patch b/testing/i3blocks/fix-makefile.patch
deleted file mode 100644
index 22c41a1a304..00000000000
--- a/testing/i3blocks/fix-makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index d755a2b..f8a598e 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -34,9 +34,6 @@ 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
-