diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-13 10:53:35 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-05-13 10:53:35 +0200 |
| commit | 87418da7b90c789310e6e258078fed94c7a7ce01 (patch) | |
| tree | b3f8c44d314f6b0fdcfa7346ab73f133a2219c62 | |
| parent | e9e640284edf780ee669e547c28a6e9ad6c839ba (diff) | |
| download | rabbitmq-server-git-87418da7b90c789310e6e258078fed94c7a7ce01.tar.gz | |
make source-dist: Exclude default $(PACKAGES_DIR)
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -221,6 +221,7 @@ RSYNC_FLAGS += -a $(RSYNC_V) \ --exclude 'plugins/' \ --exclude '$(notdir $(DIST_DIR))/' \ --exclude '/$(notdir $(PACKAGES_DIR))/' \ + --exclude '/PACKAGES/' \ --exclude '/cowboy/doc/' \ --exclude '/cowboy/examples/' \ --exclude '/rabbitmq_amqp1_0/test/swiftmq/build/'\ |
