Skip to content

Commit

Permalink
Merge pull request #3127 from lukeyeager/install-lib-permissions
Browse files Browse the repository at this point in the history
[build] Install libs as non-executable files
  • Loading branch information
shelhamer committed Nov 11, 2015
2 parents 069c519 + e98b847 commit 19028e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ $(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
cp $(EXAMPLE_BINS) $(DISTRIBUTE_DIR)/bin
# add libraries
cp $(STATIC_NAME) $(DISTRIBUTE_DIR)/lib
cp $(DYNAMIC_NAME) $(DISTRIBUTE_DIR)/lib
install -m 644 $(DYNAMIC_NAME) $(DISTRIBUTE_DIR)/lib
# add python - it's not the standard way, indeed...
cp -r python $(DISTRIBUTE_DIR)/python

Expand Down

0 comments on commit 19028e7

Please sign in to comment.