diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-08 17:15:52 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-08 17:15:52 +0100 |
| commit | 14191a156a4be97d87dae99bae3b88d196d9f4e0 (patch) | |
| tree | 20d3c0f73515e2c7aa3028eba46517068876d467 /packaging/debs | |
| parent | bffc69e2d6adeddf85bbb8e9e161539a73f9ac1d (diff) | |
| parent | 79107abf5327f561ad20f294ac80857a2758e596 (diff) | |
| download | rabbitmq-server-git-14191a156a4be97d87dae99bae3b88d196d9f4e0.tar.gz | |
Merging v2_5 branch to default
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile index 31979a8e01..38c81134a2 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -19,7 +19,7 @@ all: package: clean cp $(TARBALL_DIR)/$(TARBALL) $(DEBIAN_ORIG_TARBALL) - tar -zxvf $(DEBIAN_ORIG_TARBALL) + tar -zxf $(DEBIAN_ORIG_TARBALL) cp -r debian $(UNPACKED_DIR) cp $(COMMON_DIR)/* $(UNPACKED_DIR)/debian/ # Debian and descendants differ from most other distros in that |
