mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
11 lines
343 B
Diff
11 lines
343 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -35,6 +35,7 @@
|
|
bashcompletion_DATA = bash-completion
|
|
|
|
install-data-local:
|
|
+ install -d -m 755 '$(DESTDIR)$(BASH_COMPLETION_DIR)'
|
|
+ install -m 644 bash-completion '$(DESTDIR)$(BASH_COMPLETION_DIR)'/i3blocks
|
|
- ( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
|
|
|
|
uninstall-local:
|