Skip to content

Commit ac63bb6

Browse files
committed
Don't install with executable rights
1 parent 250a091 commit ac63bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLUGIN_DIR=$(if $(XDG_CONFIG_HOME),$(XDG_CONFIG_HOME),$(HOME)/.config)/ranger/plugins
22

33
install:
4-
install -D annex.py $(PLUGIN_DIR)/annex.py
4+
install -Dm644 annex.py $(PLUGIN_DIR)/annex.py
55

66
uninstall:
77
$(RM) $(PLUGIN_DIR)/annex.py

0 commit comments

Comments
 (0)