aboutsummaryrefslogtreecommitdiffstats
path: root/testing/i3blocks/fix-makefile.patch
blob: 22c41a1a304830d6dafc76010cf158babe14503b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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