1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/community/i3blocks/bash-completion.patch
2022-06-02 10:24:56 +00:00

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: