Skip to content
Snippets Groups Projects
Commit 4c0c8346 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Be explicit on directory permissions

parent 313c3299
No related branches found
No related tags found
No related merge requests found
......@@ -153,9 +153,7 @@ $(TMPS):
vlibs: $(VENDOR_LIBS)
$(VENDOR_LIBS):
#$(QUIET) $(SUDO) install -m 755 -d $(E3_MODULES_VENDOR_LIBS_LOCATION)/
#$(QUIET) $(SUDO) install -m 644 $@ $(E3_MODULES_VENDOR_LIBS_LOCATION)/
$(QUIET) $(SUDO) install -d $(E3_MODULES_VENDOR_LIBS_LOCATION)/
$(QUIET) $(SUDO) install -m 755 -d $(E3_MODULES_VENDOR_LIBS_LOCATION)/
$(QUIET) $(SUDO) install -m 644 $@ $(E3_MODULES_VENDOR_LIBS_LOCATION)/
.PHONY: $(VENDOR_LIBS) vlibs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment