Skip to content

Commit

Permalink
[yum] delete needless files on uploading.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2011
1 parent 4bd62bb commit 30b2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yum/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ update:

upload: ensure-rsync-path
for distribution in $(DISTRIBUTIONS); do \
rsync -avz --exclude .gitignore \
rsync -avz --delete --exclude .gitignore \
$${distribution}/ $(RSYNC_PATH)/$${distribution}; \
done

Expand Down

0 comments on commit 30b2e50

Please sign in to comment.