mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-25 08:21:27 +02:00
16 lines
421 B
Diff
16 lines
421 B
Diff
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
|
|
|