summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-12-22 15:17:25 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-12-22 15:17:25 +0100
commit3d478460a3d9a94160e89ee82b85eb15ec5102a1 (patch)
tree1e19fe2851321fd28e8f1567cc2b1f39441da657 /packaging/debs
parent203fb23c10e4f0a4c9c87d0964ea3a275f57c266 (diff)
downloadrabbitmq-server-git-3d478460a3d9a94160e89ee82b85eb15ec5102a1.tar.gz
packaging: Always use xzcat(1) to decompress xz archiverabbitmq_v3_6_0
Do not rely on tar's behaviour. It was already done everywhere except in those three places.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index 83a45542fc..df01eee588 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -32,7 +32,7 @@ all: package
package: clean
cp -a $(SOURCE_DIST_FILE) $(DEBIAN_ORIG_TARBALL)
- tar -Jxf $(DEBIAN_ORIG_TARBALL)
+ xzcat $(DEBIAN_ORIG_TARBALL) | tar -xf -
cp -a debian $(UNPACKED_DIR)
rsync -a \
--exclude '.sw?' --exclude '.*.sw?' \