mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
15 lines
421 B
Diff
15 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
|
|
|