Skip to content

Commit

Permalink
omit-directory-times
Browse files Browse the repository at this point in the history
- fixes set time failed for folders on FBSD zfs
  • Loading branch information
MartinNowak committed Apr 5, 2015
1 parent 32b4935 commit e099c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -251,10 +251,10 @@ clean:
@echo You should issue manually: rm -rf ${DMD_DIR}-${LATEST} ${DRUNTIME_DIR}-${LATEST} ${PHOBOS_DIR}-${LATEST} ${STABLE_DMD_ROOT} ${DUB_DIR}

rsync : all kindle pdf
rsync -avz --chmod=u=rwX,g=rwX,o=rX $(DOC_OUTPUT_DIR)/ $(REMOTE_DIR)/
rsync -avzO --chmod=u=rwX,g=rwX,o=rX $(DOC_OUTPUT_DIR)/ $(REMOTE_DIR)/

rsync-only :
rsync -avz --chmod=u=rwX,g=rwX,o=rX $(DOC_OUTPUT_DIR)/ $(REMOTE_DIR)/
rsync -avzO --chmod=u=rwX,g=rwX,o=rX $(DOC_OUTPUT_DIR)/ $(REMOTE_DIR)/

################################################################################
# Ebook
Expand Down

0 comments on commit e099c22

Please sign in to comment.