diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2012-11-28 18:30:34 +0100 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2012-11-28 18:30:34 +0100 |
| commit | 6b000267f8877d243e5e87345650a2e66a3ce9db (patch) | |
| tree | 5033ad253244ccb4dac437e2674c8bb627d6df9a /packaging/standalone | |
| parent | d37e9fbe5e285a1aec22045326b016519c5da51d (diff) | |
| download | rabbitmq-server-git-6b000267f8877d243e5e87345650a2e66a3ce9db.tar.gz | |
removes empty folder from the release
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile index cd85ffcab3..2730eb6676 100644 --- a/packaging/standalone/Makefile +++ b/packaging/standalone/Makefile @@ -38,6 +38,9 @@ dist: # move rabbitmq files to top level folder mv $(RLS_DIR)/lib/rabbit-$(VERSION)/* $(RLS_DIR) +# remove empty lib/rabbit-$(VERSION) folder + rm -rf $(RLS_DIR)/lib/rabbit-$(VERSION) + tar -zcf $(TARGET_TARBALL).tar.gz -C $(TARGET_DIR)/release $(TARGET_DIR) rm -rf $(SOURCE_DIR) $(TARGET_DIR) |
