We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250a091 commit ac63bb6Copy full SHA for ac63bb6
Makefile
@@ -1,7 +1,7 @@
1
PLUGIN_DIR=$(if $(XDG_CONFIG_HOME),$(XDG_CONFIG_HOME),$(HOME)/.config)/ranger/plugins
2
3
install:
4
- install -D annex.py $(PLUGIN_DIR)/annex.py
+ install -Dm644 annex.py $(PLUGIN_DIR)/annex.py
5
6
uninstall:
7
$(RM) $(PLUGIN_DIR)/annex.py
0 commit comments