aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules.real
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-08-22 18:07:50 +0200
committerBen Hutchings <ben@decadent.org.uk>2015-08-22 18:07:50 +0200
commit808dfebf8429295ee0b8f615a7aa0cc6390216a1 (patch)
tree23d08bfd836c69bd24c8937bb166f80052f4186a /debian/rules.real
parent13be7e1afd9cade852b8ce27b2eec9793e7e35be (diff)
parent1243269850a36d2d7b71de048d18fc23fadf0a0a (diff)
downloadkernel_replicant_linux-808dfebf8429295ee0b8f615a7aa0cc6390216a1.tar.gz
kernel_replicant_linux-808dfebf8429295ee0b8f615a7aa0cc6390216a1.tar.bz2
kernel_replicant_linux-808dfebf8429295ee0b8f615a7aa0cc6390216a1.zip
Merge tag 'debian/4.1.5-1'
Conflicts: debian/changelog debian/patches/series debian/rules.real debian/templates/control.source.in
Diffstat (limited to 'debian/rules.real')
-rw-r--r--debian/rules.real2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.real b/debian/rules.real
index df6f87d1cf72..9341d81791a4 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -92,7 +92,7 @@ $(BUILD_DIR)/linux-source-$(UPSTREAMVERSION).tar.xz: $(STAMPS_DIR)/source
xargs -0r touch --no-dereference --date='$(SOURCE_DATE)'
cd '$(BUILD_DIR)'; find 'linux-source-$(UPSTREAMVERSION)' -print0 | \
sort -z | \
- xargs -0 tar --no-recursion -raf 'linux-source-$(UPSTREAMVERSION).tar.xz'
+ tar --no-recursion --null -T - -caf 'linux-source-$(UPSTREAMVERSION).tar.xz'
rm -rf '$(DIR)'
$(BUILD_DIR)/linux-patch-$(UPSTREAMVERSION)-%.patch.xz: $(STAMPS_DIR)/source_none $(STAMPS_DIR)/source_%