diff options
Diffstat (limited to 'testing/i3blocks/fix-makefile.patch')
-rw-r--r-- | testing/i3blocks/fix-makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/i3blocks/fix-makefile.patch b/testing/i3blocks/fix-makefile.patch new file mode 100644 index 0000000000..22c41a1a30 --- /dev/null +++ b/testing/i3blocks/fix-makefile.patch @@ -0,0 +1,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 + |