Skip to content

Commit

Permalink
Merge pull request BVLC#5704 from ArneSuppe/dupDistDirFix
Browse files Browse the repository at this point in the history
Fixed bug where make distribute duplicates python files
  • Loading branch information
Noiredd authored Nov 2, 2017
2 parents d8b4283 + c209c92 commit e5b3fbe
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 @@ -694,6 +694,6 @@ $(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
install -m 644 $(DYNAMIC_NAME) $(DISTRIBUTE_DIR)/lib
cd $(DISTRIBUTE_DIR)/lib; rm -f $(DYNAMIC_NAME_SHORT); ln -s $(DYNAMIC_VERSIONED_NAME_SHORT) $(DYNAMIC_NAME_SHORT)
# add python - it's not the standard way, indeed...
cp -r python $(DISTRIBUTE_DIR)/python
cp -r python $(DISTRIBUTE_DIR)/

-include $(DEPS)

0 comments on commit e5b3fbe

Please sign in to comment.